Hi,
I have used this method:
In the “Form” area
<p>Your contact? <br />
<select name="destinate">
<option value="[email protected]">Webmaster</option>
<option value="[email protected]">Tech support</option>
<option value="[email protected]">International sales</option>
</select>
and in the “Mail” area
To:
[destinate]
It works fine for me.
Hope this will help ??