Hi,
I'm using the 'Special fields'/'Email field' tab to handle variable 'send to' email addresses based on the users place of residence.
Here's a sample of the for HTML
<select name="review_email" class="required" >
<option value="nsw@xyz.com.au">NSW</option>
<option value="qld@xyz.com.au">QLD</option>
</select>
I'm wondering if there is a way to achieve the same result without including the actual email address in the HTML (to avoid spambots).
Any thoughts appreciate.
Ta,
Mal
I'm using the 'Special fields'/'Email field' tab to handle variable 'send to' email addresses based on the users place of residence.
Here's a sample of the for HTML
<select name="review_email" class="required" >
<option value="nsw@xyz.com.au">NSW</option>
<option value="qld@xyz.com.au">QLD</option>
</select>
I'm wondering if there is a way to achieve the same result without including the actual email address in the HTML (to avoid spambots).
Any thoughts appreciate.
Ta,
Mal