1) You have coding errors in your form tag
You have
<form action="/cgi/FormMail.pl">
and should have
<form action="/cgi/FormMail.pl">
2) Remove the hyperlink from your submit button
Change
<a href="private.php?do=newpm&u=?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
--
_____________________________________________
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.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________
"Catt" <(E-Mail Removed)> wrote in message news:77582308-D48D-46F4-AF50-(E-Mail Removed)...
| 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