Front Page Forms have stopped working.

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

Guest

I have discovered that all of the form on web sites I published in the last
month have stopped working.

Users can no longer enter data in the text fields. The submit button still
works.

How can I fix this?

Thanks,
Tim
 
Are you saying that the fields in all your forms on all your websites
are now read-only, or that the form data is not sent in the email?
A URL to an offending field will help diagnosis.
 
Also when I developing the web the text boxes are read only on my PC, when
veiwed in the preview pain and if I open the web with IE.
 
I had no problems filling in this form and submitting it. The
confirmation page showed correctly, with my data. Did the email
arrive correctly?
 
You have 2 forms on the page
- the one in your left shared border needs to be removed

In http://www.carolinaunmanned.com/_borders/left.htm Change

<form method="POST" action="../_vti_bin/shtml.exe/_borders/left.htm" onSubmit="" webbot-action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" u-file="../_private/form_results.txt" s-format="TEXT/CSV" s-label-fields="TRUE" startspan --><input
TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" endspan i-checksum="43374" --><p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="../index.html">Home</a></p>
<p><a href="../mission.htm">Our Mission</a></p>
<p><a href="../news.htm">News and Articles</a></p>
<p><a href="../inforeq.htm">Request Information</a></p>
<p><a href="../contact.htm">Contact Us</a></p>
<p><span lang="en-us">
<a href="../photo_album.htm">Photo
Album</a></span></p>
<p><a href="../links.htm">Links</a></p>
<p>&nbsp;</p>
</form>

To
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="../index.html">Home</a></p>
<p><a href="../mission.htm">Our Mission</a></p>
<p><a href="../news.htm">News and Articles</a></p>
<p><a href="../inforeq.htm">Request Information</a></p>
<p><a href="../contact.htm">Contact Us</a></p>
<p><span lang="en-us">
<a href="../photo_album.htm">Photo
Album</a></span></p>
<p><a href="../links.htm">Links</a></p>
<p>&nbsp;</p>


--

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


| Sorry. It was about 6 a.m. when I responded. URL should be
| www.carolinaunmanned.com
| "Ronx" wrote:
|
| > 404 error - the page cannot be displayed.
| > --
| > Ron Symonds - Microsoft MVP (FrontPage)
| > Reply only to group - emails will be deleted unread.
| > FrontPage Support: http://www.frontpagemvps.com/
| >
| > | > > They are read only. Check out www.carolinaumanned.com the "Request
| > > Information" page.
| > >
| > > "Ronx" wrote:
| > >
| > >> Are you saying that the fields in all your forms on all your
| > >> websites
| > >> are now read-only, or that the form data is not sent in the email?
| > >> A URL to an offending field will help diagnosis.
| > >> --
| > >> Ron Symonds - Microsoft MVP (FrontPage)
| > >> Reply only to group - emails will be deleted unread.
| > >> FrontPage Support: http://www.frontpagemvps.com/
| > >>
| > >> | > >> >I have discovered that all of the form on web sites I published in
| > >> >the last
| > >> > month have stopped working.
| > >> >
| > >> > Users can no longer enter data in the text fields. The submit
| > >> > button
| > >> > still
| > >> > works.
| > >> >
| > >> > How can I fix this?
| > >> >
| > >> > Thanks,
| > >> > Tim
| > >>
| > >>
| > >>
| >
| >
| >
 
Back
Top