Reply
Help with a form
Old 12-22-2004, 08:40 AM Help with a form
JohnJ's Avatar
Extreme Talker

Posts: 196
Location: Raleigh, NC
I am developing a form for an auto repair site. It has a dropdown selection list for which mechanic you want to work on your car.

I want to direct the form to different email addresses based upon which mechanic is selected.

Any ideas? Javascript would be much preferred since I don't do PHP.
__________________
JohnJ
http://www.webimagesinc.com
WebImages Inc. - Raleigh NC
JohnJ is offline
Reply With Quote
View Public Profile Visit JohnJ's homepage!
 
When You Register, These Ads Go Away!
Old 12-23-2004, 01:18 AM
faze1's Avatar
Ultra Talker

Posts: 389
Hi John,

This might work for you

Code:
<form name="formname">
<select size="1" name="who">
<option value="jim@thesite.com"> jim </option>
<option value="jack@thesite.com"> jack </option>
<option value="john@thesite.com"> john </option>
</select>
<input type="button" language="JavaScript" value="Send Mail"
onclick="location.href = &quot;mailto:&quot; +
document.formname.who.options[document.formname.who.selectedIndex].value"
name="Send email" />
</form>
Change the red, blue and email address to suit your needs.

Hope this is works for you,
__________________
[size=2]Faze1.net - Webhosting - Focusing on quality service
faze1 is offline
Reply With Quote
View Public Profile Visit faze1's homepage!
 
Old 12-23-2004, 11:02 AM Thanks for your help
JohnJ's Avatar
Extreme Talker

Posts: 196
Location: Raleigh, NC
Faze1 - - Thanks looks good to me....
__________________
JohnJ
http://www.webimagesinc.com
WebImages Inc. - Raleigh NC
JohnJ is offline
Reply With Quote
View Public Profile Visit JohnJ's homepage!
 
Reply     « Reply to Help with a form
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.44048 seconds with 12 queries