newbie form submission form

  • Thread starter Thread starter brian dempsey
  • Start date Start date
B

brian dempsey

Hi -- I am new to FP.

We are attempting to create an online survey form that saves results to .csv
file in the same directory as the html form itself. The form/bot code is as
follows:



<form method="POST" action="--WEBBOT-SELF--">

<!--webbot bot="SaveResults" u-file="form_results.csv" s-format="TEXT/CSV"
s-label-fields="TRUE" b-reverse-chronology="FALSE" s-builtin-fields
u-confirmation-url="introthankyou.htm" startspan --><input TYPE="hidden"
NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan
i-checksum="43374" --><p>



When the form is submitted, it resets rather than submitting and no
information is posted to the results file. FP 2002 extensions are
installed.

I have tried FP2000 with FP2002 extensions and FP2002 with FP2002 extension.
The results are always the same.

Any help would be greatly appreciated!

Brian Dempsey
 
The csv file must be written to the _private folder, and the form itself can not be in the _private
folder.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Back
Top