PDA

View Full Version : List Box - Radio Box


Peaces
02-12-2010, 10:51 AM
I want the user to have the ability to choose who to send the email to... example... Sales or Service so when they make the choice the email only goes to that specific email address.

Can that be done using the validation tool kit? Or, something else.

I am OK with either a drop down or radio box or two single visual choices.

Thanks for you help.

Peaces
02-12-2010, 11:02 AM
OK, I found this thread:
http://www.webassist.com/forums/showthread.php?t=3309

My only question is on what file and where do I place the html select code?

<select name="sendTo">
<option value="sales@domain.com">Sales</option>
<option value="service@domain.com">Service</option>
<option value="support@domain.com">support</option>
</select>

Peaces
02-12-2010, 11:09 AM
I can be so stupid sometimes... sorry... html code... contact.php... duh.