I was thinking that it would be good if you add a hyperlink variable within a label, instead of having to make the position of it every time.

Something like this:

code:
$mylink = $form.HyperLink("user@domain.com")
$mylink.Value = "mailto:user@domain.com"
$contact = $form.Label("email: $mylink",10,10,100,15)