HTML Email

liunx

Guest
ok this might be the wrong forum to be asking on but if it is please direct me to the right one<br />
<br />
<br />
I need to send an email that has a question on it like "What is your favorite color" and then displays 6 radio buttons and a submit button. when the submit button is pressed it sends a email back to me telling me the responce. How is this done?<!--content-->But you need to be able to set up a CGI program.<br />
---Common Gateway Interface--<br />
<br />
I am not familiar with it but hopefully now maybe you have a direction to do a search for more info. <br />
<br />
Good Luck<br />
<br />
:rocker:<!--content-->Simply create an html form and in the form action line put:<br />
<form action="yourperlprogram.cgi"> this is the name of your perl program. The only problem with using cgi is that you have to have cgi access on your server and some people are hesitant to give cgi access for security reasons!<!--content-->
 
Back
Top