Hello, I need your help.
I'm using ChronoForm with good success, but now I need to improve a form with a Dynamic destination address.
In the form there is a select like this
My question is: is it possible to send the form to a specific e-mail address depending on the value selected?
For example:
[list]if "Argentina" is selected, the "To" field should be [email]argentina@address.com[/email][/list]
[list]if "Italy" is selected, the "To" field should be [email]italy@address.com[/email][/list]
[list]if "USA" is selected, the "To" field should be [email]USA@address.com[/email][/list]
If yes, how and where should be set the PHP code to do it?
Thank you very much for the support.
Andrea
I'm using ChronoForm with good success, but now I need to improve a form with a Dynamic destination address.
In the form there is a select like this
<select class="cf_inputbox" id="select_1" size="1" title="" name="select_1">
<option value="">Choose Option</option>
<option value="Argentina">Argentina</option>
<option value="Italy">Italy</option>
<option value="USA">USA</option>
</select>
My question is: is it possible to send the form to a specific e-mail address depending on the value selected?
For example:
[list]if "Argentina" is selected, the "To" field should be [email]argentina@address.com[/email][/list]
[list]if "Italy" is selected, the "To" field should be [email]italy@address.com[/email][/list]
[list]if "USA" is selected, the "To" field should be [email]USA@address.com[/email][/list]
If yes, how and where should be set the PHP code to do it?
Thank you very much for the support.
Andrea