simple local does not save (send) data to file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a basic site that will save data to a file. The file can be
either .csv, .htm, or .txt. Basically any file type does not matter at this
point.

On this basic site I have 1 field (name) with a "Submit" and "Reset" button.
I can enter text into the field and hit Submit no problem.
No error msg.

The file gets created. Which is good.
But when I go look at my file it has no data in it.

What else is required to get the site to save or send the data into a file?

I have the "Send To" field set in the Form's properties.

Is there a log I can look at to see what is happening?

My system has:
Running XP Pro SP1 w /all updates
Front Page 2003
IIS installed with FrontPage extensions.

Need help on the this basic setup.
Thank you.

Tony
Server Extensions are configured.
 
Is the page in a FP site running under the FP SE (as in your http://localhost)
if so try the Forms wizard template

--




|I have created a basic site that will save data to a file. The file can be
| either .csv, .htm, or .txt. Basically any file type does not matter at this
| point.
|
| On this basic site I have 1 field (name) with a "Submit" and "Reset" button.
| I can enter text into the field and hit Submit no problem.
| No error msg.
|
| The file gets created. Which is good.
| But when I go look at my file it has no data in it.
|
| What else is required to get the site to save or send the data into a file?
|
| I have the "Send To" field set in the Form's properties.
|
| Is there a log I can look at to see what is happening?
|
| My system has:
| Running XP Pro SP1 w /all updates
| Front Page 2003
| IIS installed with FrontPage extensions.
|
| Need help on the this basic setup.
| Thank you.
|
| Tony
| Server Extensions are configured.
 
Yes, I believe so. It actually worked.
After making some changes it no longer saves data to the file, nor does it
display the form results.

I used the Forms Wizard and select "Contact info". Saved and published.

Then open: http://localhost/MySite/Info.htm
Enter some data in the fields.

Next it goes to: http://localhost/MySite/_vti_bin/shtml.dll/Info.htm

Which is Blank! :(

What can check?
I even tried creating a new One Page Site and then using Forms wizard, save
and published. Same results, no saving or displaying of results.
at http://localhost/MySite/_vti_bin/shtml.dll/Info.htm.

Thank you for your assistance.
-Tony
 
Back
Top