I want users to be able to send an email to an address they supply. In a text entry field (variable=email) they submit an address. But when they click on the button to send the email, an email addressed to email opens.

I used
on (release) {
getURL("mailto:email");

}

Where did I go wrong?