Odd form problem

  • Thread starter Thread starter Dave Karmens
  • Start date Start date
D

Dave Karmens

I have a FP form that submits the results to a text file, and to email
but when I fill it out, hit submit it does nothing. The text file is
created, but not populated and the email is never sent. There isn't an
error to go with either. The form simply returns to itself.

Any ideas?
 
URL??
We need to see it.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
Hi Dave,

Does that page has an ASP extension?
If so change it to HTM and then check.

Hope this helps


regards

Hari
MSFT

This posting is provided "as is" with no warranties and confers no rights
 
Nope, it is already an HTM.

I've also tried to create a new form but it is not working either.
 
Don't understand your error

1) the results file must exist in a folder w/ write permissions when you create the form
- you say "The text file is created, but not populated"
2) you haven't described what you are sending the form to

Post a snippet of your html
- the form tag and webbot code right below it from your page as viewed in browser source

--




| Nope, it is already an HTM.
|
| I've also tried to create a new form but it is not working either.
|
| Harikumar H [MSFT] wrote:
| > Hi Dave,
| >
| > Does that page has an ASP extension?
| > If so change it to HTM and then check.
| >
| > Hope this helps
| >
| >
| > regards
| >
| > Hari
| > MSFT
| >
| > This posting is provided "as is" with no warranties and confers no rights
| >
 
<html>
<head>
<title>New Page 4</title>
</head>
<body>
<form action="--WEBBOT-SELF--" method="POST">
<!--webbot bot="SaveResults" S-Label-Fields="TRUE"
B-Reverse-Chronology="FALSE" S-Builtin-Fields U-File="_private/test.htm"
S-Format="HTML/PRE" -->
<input type="text" name="FirstName" size="10">
<input type="submit" name="Go">
</form>
</body>
</html>
 
I am sending plain text in the form. It's not getting processed.

The file "_private/test.htm" is created, but is not populated with form
results.
 
Right click the form for Form Properties Options and make sure on Saved fields FirstName is listed

Verify your intranet is running the FP SE

--




| I am sending plain text in the form. It's not getting processed.
|
| The file "_private/test.htm" is created, but is not populated with form
| results.
|
| Dave Karmens wrote:
|
| > <html>
| > <head>
| > <title>New Page 4</title>
| > </head>
| > <body>
| > <form action="--WEBBOT-SELF--" method="POST">
| > <!--webbot bot="SaveResults" S-Label-Fields="TRUE"
| > B-Reverse-Chronology="FALSE" S-Builtin-Fields U-File="_private/test.htm"
| > S-Format="HTML/PRE" -->
| > <input type="text" name="FirstName" size="10">
| > <input type="submit" name="Go">
| > </form>
| > </body>
| > </html>
| >
| > Stefan B Rusynko wrote:
| >
| >> Don't understand your error
| >>
| >> 1) the results file must exist in a folder w/ write permissions when
| >> you create the form
| >> - you say "The text file is created, but not populated"
| >> 2) you haven't described what you are sending the form to
| >>
| >> Post a snippet of your html
| >> - the form tag and webbot code right below it from your page as viewed
| >> in browser source
| >>
 

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

FP 2003 Emailing Form Problems 6
form to email? 1
Submitable Form 1
Email 1
forms 1
Submit-->'Page Not Found' 7
Validating a form 7
Access Code for form submission 2

Back
Top