suehue
11-29-2006, 03:24 PM
would like to create a form for online submission and send it via email rather than have it on the server. The person who needs to access the information doesn't feel comfortable doing that.
This is the code for the form. I tried hyperlinking the "submit" button but get a "this page cannot be found" when I click on it after uploading it. I know it is something stupid and/or fundamental but any help would be appreciated. Thanks in advance - Susan
<p align="center"> </p>
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="C:\Documents and Settings\Susan\My Documents\My Webs\myweb\_private\form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
<p align="center">Name: <input type="text" name="T1" size="28"></p>
<p align="center">Address: <input type="text" name="T2" size="27"></p>
<p align="center">Phone: <input type="text" name="T3" size="23"></p>
<p align="center">Email: <input type="text" name="T4" size="28"></p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center">
<a href="mailto:suehue@iowatelecom.net?subject=Christmas Poinsettias"><input type="submit" value="Submit" name="B1"></a><input type="reset" value="Reset" name="B2"></p>
</form>
<p align="center"> </div>
This is the code for the form. I tried hyperlinking the "submit" button but get a "this page cannot be found" when I click on it after uploading it. I know it is something stupid and/or fundamental but any help would be appreciated. Thanks in advance - Susan
<p align="center"> </p>
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="C:\Documents and Settings\Susan\My Documents\My Webs\myweb\_private\form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
<p align="center">Name: <input type="text" name="T1" size="28"></p>
<p align="center">Address: <input type="text" name="T2" size="27"></p>
<p align="center">Phone: <input type="text" name="T3" size="23"></p>
<p align="center">Email: <input type="text" name="T4" size="28"></p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center">
<a href="mailto:suehue@iowatelecom.net?subject=Christmas Poinsettias"><input type="submit" value="Submit" name="B1"></a><input type="reset" value="Reset" name="B2"></p>
</form>
<p align="center"> </div>