Thanks for the answer. I followed this page to create the form, but it shows the select options like this:
<option value="op1">op1</option>
<option value="op2">op2</option>
instead of this:
<option value="email1">op1</option>
<option value="email2">op2</option>
I know this is how it’s supposed to work, but I can’t get the email with jquery this way… how can I make it look like the second option? I’m not finding it in the page you sent me…