Remove all spaces from field names. See
http://www.w3.org/TR/html401/types.html and scroll down to section
6.2 - ID and NAME tokens.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support:
http://www.frontpagemvps.com/
This is an intranet, so there is no URL for the outside to use.
The
WEB is
created on a workstation and published to the server using FP.
The
FP
extensions have been uninstalled and reinstalled twice.
I can telnet to the smtp server from our server. I also have
sent
e-mail
from our server using the smtp server that is set in the
extensions.
The
Application Log shows no Front Page events, so I don't have any
error
information to work with.
Working in the dark with no real help from the MS Knowledge Base
is
extremely frustrating.
Here is the code for the form:
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>Pierce County Building Maintenance Request</title>
<script type="text/javascript" language="JavaScript">
function shortDate(){
oDate= new Date();
month=oDate.getMonth();
year=oDate.getFullYear();
day=oDate.getDate();
return month + 1 +'/' + day + '/' + year;}
</script>
<meta name="Microsoft Theme" content="sunflowr 1011">
</head>
<body>
<form method="POST" name="Maintenance_Request"
action="--WEBBOT-SELF--"
onSubmit="location.href='_derived/nortbots.htm';return false;"
webbot-onSubmit>
<!--webbot bot="SaveResults" U-File="_private/feedback.txt"
S-Format="TEXT/PRE" S-Label-Fields="TRUE" startspan
B-Reverse-Chronology="FALSE" S-Date-Format="%m/%d/%Y"
S-Time-Format="%I:%M:%S
%p" S-Builtin-Fields="Date Time" S-Email-Format="TEXT/PRE"
S-Email-Address="(e-mail address removed)"
B-Email-Label-Fields="TRUE"
B-Email-Subject-From-Field="TRUE" S-Email-Subject="Brief
Description"
B-Email-ReplyTo-From-Field="TRUE" S-Email-ReplyTo="E-mail
Address" --><input
TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot
bot="SaveResults" endspan
i-checksum="43374" -->
<p align="center">Pierce County Building Maintenance Request
Form</p>
<p>In order to initiate a maintenance/work order request online,
please use
the form below and follow all the instructions carefully.
Providing
detailed information will avoid delays. </p>
<p>If this form is being used to request new installation, we
will
first
need to identify budget for billing back the cost. After the
project
is completed, please advise your committee that the work is
complete.</p>
<p>Fields marked with stars * are required fields.</p>
<p>
Full Name:* <input type="text" name="Full Name"
size="50"></p
size="12">
<p>E-mail Address:*
<input type="text" name="E-mail Address" size="50"></p>
<p>Phone Extension:*
<input type="text" name="Phone Extension" size="20"></p>
<p>Your department.* <input type="text" name="Department"
size="50"></p>
<p>Brief two to three word description of work. (i.e. Change
light
bulb.):*
<input type="text" name="Brief Description" size="38"></p>
<p><br>
Physical location where the work is to be performed:<br>
(Note: If you have no physical address, provide enough
information
so the
location can be clearly located.)<br>
<textarea rows="2" name="Physical Location"
cols="71"></textarea></p>
<p> </p>
<p>Complete description of what work is requested:*<br>
<textarea rows="2" name="Description of Work"
cols="71"></textarea></p>
<p>A Confirmation Page will display when Submit is clicked.
Please
print that page for your records.</p>
<p><input type="submit" value="Submit" name="Submit"><input
type="reset"
value="Reset" name="B2"></p>
<p> </p>
</form>
</body>
</html>
I would really appreciate any help.
Thanks
:
Post URL to the form page
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________
| The FrontPage Extensions have been reinstalled per your
suggestion. Now it
| the "Cannot run the FrontPage Server Extensions on this page"
error. I
| recreated the feedback.txt file with no luck. Any other
suggestions.
|
| "Steve Easton" wrote:
|
| > Have your host reset / reinstall the FrontPage Extensions.
| >
| >
| > --
| > Steve Easton
| > Microsoft MVP FrontPage
| > 95isalive
| > This site is best viewed..................
| > ...............................with a computer
| >
| >
| > | > > I have a submit form on my WEB page. This has worked fine
for some months.
| > > Now the Front Page Error pops stating that the Webmaster
is
to be notified
| > > and the feedback does not forward to e-mail.
| > >
| > > I have checked all the settings and none have changed.
Does
anyone have
| > > suggestions on what setting in the server may have
changed?
The only updates
| > > in the week this started are the current MS security
updates.
| > >
| > > Thanks
| >
| >
| >