Contact form problem

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

Guest

Hi, My form will not work and I've noticed that the same page them does not
appear on the contact form (i.e. shared borders)
All email addresses are correct but the user gets mail returned. There are
no error messages. Should it have shared borders #1 and if not is there a
site I can go to to get more on contact form problems?
the page is? http://www.caturner.com/CONTACT.htm
Thanks, Catt
 
I also have a problem with a feed back form. The form appears to work, i.e.,
it gives a 'received' feedback message, but when i check the file
_private/inforeq.txt there is no feedback in there. I also checked the form
properties and it shoul be in there!
Any ideas.

James
 
Ask your host to run a check on the extensions, and/or check the permissions on the _private folder,
as it needs to have write permissions, which you can not set from within FP.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
1) You have coding errors in your form tag
You have
<form action="/cgi/FormMail.pl"&gt;
and should have
<form action="/cgi/FormMail.pl">
2) Remove the hyperlink from your submit button
Change
<a href="mailto:[email protected]?subject=Submit comments from catco website"><input type="submit" value="Submit Comments"></a>
To
<input type="submit" value="Submit Comments">
3) verify your CGI script accepts 2 email addresses
--




| Hi, My form will not work and I've noticed that the same page them does not
| appear on the contact form (i.e. shared borders)
| All email addresses are correct but the user gets mail returned. There are
| no error messages. Should it have shared borders #1 and if not is there a
| site I can go to to get more on contact form problems?
| the page is? http://www.caturner.com/CONTACT.htm
| Thanks, Catt
 
Back
Top