when i add a form to a page, it specifies that results be sent to a file called form_results.csv. how can i use this, and how can i view the results in text format?
have done what you have suggested, and i get the following error:
FrontPage Run-Time Component Page
You have submitted a form or followed a link to a page that requires a web server and the FrontPage Server Extensions to function properly.
This form or other FrontPage component will work correctly if you publish this web to a web server that has the FrontPage Server Extensions installed.
Click the <Back> arrow to return to the previous page.
I have the page running on IIS with server extensions installed. write permissionas are granted.
ahhh okay, may not have published with frontpage, simply just save-as'd to the appropriate directory.
Here is the test from page that I am using.
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>This is the test login page</title>
</head>
<body>
<p>This is the test login page. If you have the proper credentials, you
can see the rest of this portal!!</p>
<p> </p>
<form method="POST" name="Email Newsletter Signup" action="--WEBBOT-SELF--" onSubmit="location.href='../../_derived/nortbots.htm';return false;" webbot-onSubmit>
<!--webbot bot="SaveResults" u-file="../../_private/form_results.txt" s-format="TEXT/PRE" s-label-fields="TRUE" b-reverse-chronology="FALSE" s-builtin-fields startspan --><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan i-checksum="43374" --><p>
<input type="text" name="T1" size="20"><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>
They have the exensions, but you might need them to do a reinstall if they don't work right in the beginning. The support for this doesn't take long.
As to the HTML, you will notice file tags in front of your file name. These will need to be removed before publishing so the file will only be _private/form_results.csv
On a free server, you will likely have to use the full URL,
I have used numerous hosting solutions and reinstalling extensions seems to follow the increase in wind speed. With some hosts, I have had to reset the extensions multiple times in a month and this is without using FTP at all. Server burbs, server upgrades and the Frontpage Gremlins are always interrupting the extensions.
Big thing is avoid using FTP. This is frequently the culprit for corrupting the extensions.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.