Need help redesigning our forms.

liunx

Guest
I need a quick walk through on how to create a form that will send an E-mail upon pressing the submit button. The provider stated that we cannot use CGI.<!--content-->Welcome her mfs!<br />
<br />
Second, go here to learn how to make a form:<br />
<!-- m --><a class="postlink" href="http://www.htmlstyle.com/reference/forms.php">http://www.htmlstyle.com/reference/forms.php</a><!-- m --><!--content-->Mainly put this in your opening form tag:<br />
<br />
<form method="POST" action="mailto:[email protected]"><!--content-->except that the mailto: command does not always work as expected. Case: On win98 machines it will submit the for to a email address. On winnnt/ 2000 machines it opens the native mail program (if it exists) and just puts the mailto: address in the to: collumn. Thats it. no form data. <br />
<br />
There are webistes which can process your form with CGI (outside your own site). Also, its not too hard to get a webserver who supports CGI.<!--content-->Try a remotely hosted cgi email-form from bravenet.com<!--content-->theres always freedback<br />
<!-- m --><a class="postlink" href="http://www.freedback.com/">http://www.freedback.com/</a><!-- m --><!--content-->Yeah, it would be easier to use an outside provider for cgi processing of forms... trust me... your eyes will thank you! :)<br />
<br />
I personally would suggest <!-- w --><a class="postlink" href="http://www.Formany.com">www.Formany.com</a><!-- w --><br />
I've been using them for... oh lords, I don't know how long now... but they've never let me down, are FREE, and fully customizable.<br />
<br />
I've got them all over my own site... they are a god-send! Good luck!<!--content-->
 
Back
Top