View Full Version : Form submitting info to a file on site
sqeekor24
07-23-2002, 09:01 AM
I need help. I need a form that will submit info to like a txt. Please please help me. THanks.
ecnarongi
07-23-2002, 02:48 PM
you want the information of the form the go to a flat file (a txt file)? I don't think css will help you but if you know perl you can do it. Is this what you are looking for?
tommysphone
07-23-2002, 03:03 PM
You could try
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" S-Label-Fields="TRUE" U-File="path/here/to/form_results.txt"
S-Format="TEXT/CSV" --><p>name <input type="text" name="name" size="20"></p>
<p><input type="submit" value="Submit" name="B1"></p>
</form>
NOTE: When you update the site with a publish the txt file will be replaced by the newly published version. Be sure to download the file (with results) before starting over with the blank txt file other wise your efforts are wasted.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.