I searched this forum and didn't find this topic covered, so I hope I'm not duplicated a thread.
I need to make my form submit to an email based on who they selection in a drop down.
I've got the dropdown list made in the form using....
<select name="recipient" size="1">
<option value="bill@example.com" selected>Bill</option>
<option value="sally@example.com">Sally</option>
<option value="john@example.com">John</option>
<option value="sue@example.com">Sue</option>
<option value="andy@example.com">Andy</option>
</select>
but I'm not sure what to modify in my send.asp page that actually passes the information.
Thanks,
Jackie
I need to make my form submit to an email based on who they selection in a drop down.
I've got the dropdown list made in the form using....
<select name="recipient" size="1">
<option value="bill@example.com" selected>Bill</option>
<option value="sally@example.com">Sally</option>
<option value="john@example.com">John</option>
<option value="sue@example.com">Sue</option>
<option value="andy@example.com">Andy</option>
</select>
but I'm not sure what to modify in my send.asp page that actually passes the information.
Thanks,
Jackie