I need to add a drop down list of email addresses to a basic html form, so you can pick who you are sending it to.
August 15, 2007 7:44 AM
Subscribe
I need to add a drop down list of email addresses to a basic html form, so you can pick who you are sending it to.
Is there an easy way to do this? I don't really know how to pass that variable down to the line.
posted by andrewzipp to computers & internet (5 comments total)
I meant, I don't really know how to pass that variable down to the
input name="mail_to" type="hidden" id="mail_to" value="the_right_email_address@whatever.com"
line>
posted by andrewzipp at 7:46 AM on August 15, 2007