I'm trying to send an email from an HTML page using the data from a radiobutton from within the page.
There is actually not much to it except that there are 3 radio buttons and what I want to do is after the user selects a button and clicks the submit button, to redirect him to send an email to me.
The email's body, should contain the previous selection of the radio button. (ex. if I had 3 types of food 1) meat, 2) vegetables, 3) fruits and the user chose "fruits" the email's body should by like "You have chosen fruits.")
Any thoughts of how this could work?