I have a field on my form that allows the user to enter an email address. Is there a way to launch their email program and create an email with this address whenever the user clicks on a button?
I tried changing the field to a hyperlink and using mailto:, but this didn't work. Also, we're...