Form reply message error

G

Guest

Hi,
on my website www.mountain-toursltd.com on all the Hotel and apartmetn pages
(under Lodgings) there is a button with book now on it - when you fil in the
booking form and press send a page should pop up which says that the request
has been received and I will answer within 48 hours. I do receive the
messgae as an email but to the customer the following pops up
FrontPage Error.
User: please report details to this site's webmaster.
Webmaster: please see the server's application event log for more details.

I cannot find the reason for this - can anyone tell me what is wrong - it
hapens to other buttons with Book now and in the Italian version too - has my
site been compromised by someone else?

Thanks for all your replies in advance you have always been a great help,
regards,
JacquieCC
 
S

Stefan B Rusynko

1) Remove the email link from the submit button on your form page
You have
<a href="mailto:[email protected]?subject=Accommodation Request">
<input type="submit" value="SUBMIT" style="font-family: Arial; font-weight: bold; color:#000080"></a>
and should just have
<input type="submit" value="SUBMIT" style="font-family: Arial; font-weight: bold; color:#000080">

2) Remove the space from the form name (illegal html)
- you have: name="Accommodation request"
- change it to: name="Accommodation_Request"
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Hi,
| on my website www.mountain-toursltd.com on all the Hotel and apartmetn pages
| (under Lodgings) there is a button with book now on it - when you fil in the
| booking form and press send a page should pop up which says that the request
| has been received and I will answer within 48 hours. I do receive the
| messgae as an email but to the customer the following pops up
| FrontPage Error.
| User: please report details to this site's webmaster.
| Webmaster: please see the server's application event log for more details.
|
| I cannot find the reason for this - can anyone tell me what is wrong - it
| hapens to other buttons with Book now and in the Italian version too - has my
| site been compromised by someone else?
|
| Thanks for all your replies in advance you have always been a great help,
| regards,
| JacquieCC
|
 
G

Guest

Hi Stefan,
thanks for replying - I have done this but the same message error still
comes up. When I first put this page on the website over ayear ago it did
owtk - I have never changed it so don't understand how it has managed to
change itslef - hence I was worried that the webiste and server (easyspace)
had been compromised. Should I just start from scratch and build a whole new
page?
regadrs,
Jacquie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top