I created iu a form, an email field, then I selected as the email feature, a button appears to the right email that opens the default mail program pc, I would appreciate if you can take and send another field test example, in the section of the email text, I copied the code generated by scriptcase, but I would miss the rest:
javascript: if (document.F1.email.value != ‘’) {window.open(‘mailto:’ + document.F1.email.value); }
andrea
use events, there is template code comes with SC will help you to set it up
or look at examples project which comes with SC, it has some actual examples