View previous topic :: View next topic |
Author |
Message |
cinnamon
Joined: 22 Feb 2007 Posts: 6
|
Posted: Fri Jul 03, 2009 4:48 pm Post subject: Submit Button Takes Web Visitor to MyContactForm.com |
|
|
When visitors complete the form at http://realestatehomesutah.com/utah_homes/property_search.html and click the submit button, they are redirected to the home page for MyContactForm.com and nothing is submitted. This page has been up for over a year and suddenly is down over the past week. Please advise. |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Mon Jul 06, 2009 8:43 am Post subject: Reply |
|
|
Good Day,
If you carefully look at your HTML code on your website (not the code we have provided, but the actual code on your website) you will see the following bit of code (just before the submit button):
Code: |
<a href="http://www.mycontactform.com"> |
This tag has been left open and has basically turned your submit button into a hyperlink directly to myContactForm.com. If you remove the above bit of code, the form should work fine.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|