Remove the hyperlink from your submit button
- it blocks the form from being sent
You have
<a href="mailto:
[email protected]?subject=Order">
<INPUT TYPE=submit VALUE="Submit Form" name="Submit"></a>
and should just have
<INPUT TYPE=submit VALUE="Submit Form" name="Submit">
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________
|
http://www.centurytitlelc.com/
| If you click on set up it will take you to the page I have that I need to go
| to my e-mail.
|
| "Andrew Murray" wrote:
|
| >
| >
| > | > > Sorry meant to say webbot-self instead of webroot , its one of those days
| > >
| > > "chicsweety" wrote:
| > >
| > >> I have created a order form and have it set to be e-mailed to my e-mail.
| > >> It
| > >> shows that I have everything correct, but now that it is published and
| > >> you
| > >> click on the submit button he says webroot-self and then goes to another
| > >> page
| > >> with an error. I have looked over everything and can not figure out what
| > >> else
| > >> to do. Any suggestions
| >
| >
| > I think that error comes up because the FPSE are *not* installed.
| >
| > Check with your host to ensure they have enabled the mail-sending aspect of
| > the FPSE and that they are in fact installed and working correctly.
| >
| > Make sure you published by HTTP mode not FTP. Publish FTP will risk
| > corrupting the extensions and give you problems such as the one you have
| > presented here.
| >