Duplicate Records

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>
 
C

Corey Bryant

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.
 
R

rml

We have our own web server with IIS5 running. Frontpage extentions are
installed. I don't see any check box?
 
C

Corey Bryant

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Why no email? 1
WEBBOT and ASP 5
Can't get Form Submission to Work 13
Guestbook operation 2
FP2003 Guestbook Problem 1
FP2003 Guestbook 2
email form results 2
Guestbook and Included Pages 6

Top