Hey all,
If you have a radio group in a HTML form and you would like to get only the selected radio button into the email that is generated, is there a chunk of code that can be placed inside the mail() or how would one go about doing something like this?
Thanks!
Jeff
Selected Radio button in email
Moderator: General Moderators
if you want to include radio buttons in your email, you're going to have to use HTML in your email.
search this forum for HTML and email and you'll find all the answers you need about how to include the correct headers in your email for HTML.
then to put the radio button in your email, you'll just use standard HTML formatting for the "body" part of your email message...
search this forum for HTML and email and you'll find all the answers you need about how to include the correct headers in your email for HTML.
then to put the radio button in your email, you'll just use standard HTML formatting for the "body" part of your email message...