|
Answer» I am working on a webpage that will allow for a single selection from a row of radio buttons. The selection needs to be tied to a specific EMAIL address (hidden input) that the form will be sent to. There will be a different email address for each radio button.
How do I tie the selected input to a specific email address? Thanks to all takers.
The website is: www.flbbq.org - have a look!Hmm if I understand you correctly I don't believe this is going to be possible with strictly HTML. You'll likely need to create a script (e.g. PHP / Perl) that enables this to happen. Using a script you could setup a few if statements that will send to the appropriate person assuming the box is selected. If you were to provide me with additional information and assuming your server supports scripting I may be able to write you up a basic example of a script.Thanks, but I figured it out. I just didn't understand the entire use of the INPUT statement. Have a look at the live page: http://www.flbbq.org/contest_signup.htm
This FORUM appears to be a great resource and I've added it to my Bookmarks. I'm CERTAINLY not at the expert level, but I've had 29 years programming BASIC and have built several websites that I still maintain.
http://www.fawnridge.com/ricky - my website http://www.flbbq.org - the Florida Bar-B-Cue Association website
Hope that I can return the favor some day.Good to hear you've got it working and thanks for the update. Just a FYI, you may want to be cautious doing it this way since an e-mail harvesting bot can easily view your HTML code for e-mail addresses and grab each of those hidden e-mail addresses.
Yeah, we know about the email harvesting. Most of the addresses are throwaways, used for the contest and then discarded. New ones are implemented each year.
|