I'm trying to create a short survey for a site I'm building. I'm using radio buttons for the answers to questions. Now, at the end of the survey, I have a "submit" button. What I want that button to do is send an email to a preset address with the form data in the body. I have already tried the "mailto" command, but the problem with that is it opens the mail client first. I want it to send the email as soon as the "submit" button is hit. Is this possible?