View previous topic :: View next topic |
Author |
Message |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Wed Sep 22, 2010 6:42 am Post subject: Reply |
|
|
Good Day,
There is a Javascript error on your page (outside of our form code) that is preventing the form from functioning with IE.:
Webpage error details (from IE)
Quote: |
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Wed, 22 Sep 2010 14:40:33 UTC
Message: 'document.images.slide' is null or not an object
Line: 368
Char: 1
Code: 0
URI: http://seniortours.com/bookform.html |
You may change send the from address on the autoresponder, under:
Edit > Autoresponder
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Thu Sep 23, 2010 6:05 am Post subject: Reply |
|
|
nicholap wrote: |
Nick,
I was able to insert a <form> tag that wasn't a part of the code that was provided to copy. Is this an incorrect quick fix or was it the right thing to do?
Thanks,
Nick |
Please remove this additional form tag. It is not needed, and is causing the problem with Firefox. The form appears to be working in IE, and removing the additional form tag should get it working in other browsers.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Fri Sep 24, 2010 6:41 am Post subject: |
|
|
nicholap wrote: |
Hey Nick,
I'll try removing the tag, but it was the addition of the form tag that caused the form to function on IE and Opera.
Thanks,
Nick |
The form tag has nothing to do with it working in these browsers. There is something else. The extra form tag is a broken piece of HTML that should not be in your code. There is something else within the code on your site that is preventing the form from working in these browsers. I cannot test this as there is still the extra form tag in there.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Mon Sep 27, 2010 6:17 am Post subject: |
|
|
nicholap wrote: |
Hi Nick,
I removed the offending code. Please let me know your thoughts after troubleshooting.
Best,
Nick |
You form is now working in Firefox.
It is now not working because you have a broken paragraph tag on line 266 directly before the form code starts:
Code: |
<td width="620" valign="top" ><p class="trebbluemed" <form name="contactForm" method="post" |
You have a similar issue on line 197 with an incorrect <td> tag.
Please go through your code and make sure the HTML you have written is valid.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|