View previous topic :: View next topic |
Author |
Message |
bea
Joined: 05 Oct 2011 Posts: 4
|
Posted: Wed Oct 05, 2011 11:42 pm Post subject: Incomplete form being transmitted |
|
|
Hello - have carefully completed the form and copied the HTML to my page (Dreamweaver CS3) and it works okay on the site but the message I receive only shows the email address of sender and no other information.
I've checked the other questions and nothing quite seems to match this. It isn't a case of being blocked. I've even changed the email address that I am to be notified to - but that isn't working ...
The url of the form is www.tiore.co.uk/booking.html
Any suggestions? |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Thu Oct 06, 2011 7:14 am Post subject: Reply |
|
|
The page you have listed is not pointing to the myContactForm.com server for processing. It is pointing to a script hosted on your server. This is likely why it is not working.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
bea
Joined: 05 Oct 2011 Posts: 4
|
Posted: Thu Oct 06, 2011 7:41 am Post subject: |
|
|
Interesting - I just copied the html coding from mycontactform. Any idea how I put that right please?
Bea |
|
Back to top |
|
 |
bea
Joined: 05 Oct 2011 Posts: 4
|
Posted: Fri Oct 07, 2011 1:00 am Post subject: Processing server |
|
|
I decided to create a new page - using the html coding completely unaltered - just in case there was anything buried on the old one but same problem. Really need to understand what I can do to sort out the script problem - if anyone can? |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Fri Oct 07, 2011 6:05 am Post subject: Reply |
|
|
If you look at the HTML code for your website, you will see the following at line 188:
Code: |
<form id="BOOKING" name="BOOKING" method="post" action="booking.php"> |
This is an open form tag that you have placed the myContactForm.com code within. Because of this, the form data is being sent to 'booking.php' on your web server, instead of the myContactForm.com processing script. You need to remove the above line of code from your site in order to get the form to function correctly.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
bea
Joined: 05 Oct 2011 Posts: 4
|
Posted: Fri Oct 07, 2011 6:33 am Post subject: |
|
|
Thank you - not sure how that got there but taking it out has solved my problem.
Bea |
|
Back to top |
|
 |
|