Forums

Variable send to email address

MalFox 15 Oct, 2007
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
This topic is locked and no more replies can be posted.