Duplicate Records

  • Thread starter Thread starter rml
  • Start date Start date
R

rml

Can anyone tell me why the following code produces two records (in the
form_results.csv) everytime the form gets submited? I simply created a form
with an input box and have it go to a file.

Thanks.

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>

<body>

<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" U-File="../_private/form_results.csv"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" startspan --><input TYPE="hidden"
NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" i-checksum="43374"
endspan -->
<p><input type="text" name="T1" size="20"></p>
<p><input type="submit" value="Submit" name="B1"><input type="reset"
value="Reset" name="B2"></p>
</form>

</body>

</html>
 
In the form properties, go to the and click on the Options button.

Once in the Savings Results dialog box, take a look at the Saved Fields.
Then you might see (if your webhosting provider offers this), to check
FrontPage server Extensions (not remove), just check. Once checked, delete
the CSV file form the server. Go to Tools - Recalculate Hyperlinks (in
FrontPage) and publish.
 
We have our own web server with IIS5 running. Frontpage extentions are
installed. I don't see any check box?
 
You can recalculate the FPSE via IIS. In the Properties, there should be
Extensions - something like that. And this will take you to the FPSE Admin
Control Panel. You can also access this by signing into the site live and
going to Tools - Server.

(Sorry I never dealt with IIS 5 at all - you might also get your server
admin to help you out as well with this part)

But as I said, if you can, if you can't - try the other things mentioned.
But you need to make sure that the FPSE are installed properly. And you are
publishing the website.
 
Back
Top