Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recipient drop down list 1

Status
Not open for further replies.

3112005

Technical User
Nov 28, 2005
58
US
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 did a search for forum 333 and it came back with no results...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top