View previous topic :: View next topic |
Author |
Message |
landiiiks
Joined: 09 Jul 2010 Posts: 2
|
Posted: Thu May 09, 2013 2:32 pm Post subject: No cursor in field |
|
|
I have a form that has been working fine, but suddenly I can't click into either of the two top fields and get a cursor. Therefore nothing can be typed into those lines. I tried re-downloading the code but that didn't help. I don't see anything wrong with the form, and in fact it has been working until this afternoon. Any idea what could be wrong? |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Fri May 10, 2013 3:30 am Post subject: Reply |
|
|
This sounds like a CSS or other code related issue. If you post I link to your form, I'll be able to investigate further.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
landiiiks
Joined: 09 Jul 2010 Posts: 2
|
Posted: Fri May 10, 2013 7:07 am Post subject: |
|
|
http://www.smoovperformance.com/index_files/RegisterIndependenceJune1.htm is where it is live.
http://www.mycontactform.com/panel/fm_preview_form.php?formid=399437&accesscode=5ce855fced9f is where it is on the MyContactform site... |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Mon May 13, 2013 2:59 am Post subject: Reply |
|
|
As suspected, this is a CSS related issue. Although it isn't readily apparent in your site, if you look at the source code, there is some odd HTML and CSS directly above the form code that is essentially creating a clear box OVER the first two questions on the form which is preventing them from being able to be clicked upon. The best solution would be to clean up your web page's code to prevent this. Alternatively, you could probably place a few line breaks directly about the myContactForm.com code which would push the form further down the page and outside of this zone.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|