send a form to my email

liunx

Guest
ok I have a huge form. can you view it at <!-- m --><a class="postlink" href="http://www.lsgc.info">http://www.lsgc.info</a><!-- m --> and click on the questionaire link. Ok after someone fills out that form and clicks on submit I want it to be sent to my email account so I can view all the information he/she entered. anyone know how to do that? <br />
<br />
chris<!--content-->I have the same thing on my page and my dad said that it needed cgi but i dont know how to do it. Sorry<!--content-->You can do it client-side, by putting action="mailto:[email protected]" in the <form> tag. This will display a message to the user that it is being sent, then send it using their installed email program (e.g. Outlook Express, etc.)<br />
<br />
You can also do it server-side, using Perl, PHP, ASP, or other server-side languages, in which case you would need to find a form-to-mail script that is appropriate for your server.<br />
<br />
Adam<!--content-->can you help me find a cgi script and help me get it working? When they click on submit I want it sent straight to my email.<!--content-->I will see what i can do<!--content-->You need a CGI script called 鎻籵rmmail.pl? It鎶
 
Back
Top