View previous topic :: View next topic |
Author |
Message |
ncphotoman
Joined: 18 Nov 2009 Posts: 11
|
Posted: Mon Dec 30, 2013 12:11 pm Post subject: No Submit button in Chrome or FF |
|
|
When viewed on the Chrome or Firefox browsers the submit button does not appear. Please advise. |
|
Back to top |
|
|
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Tue Dec 31, 2013 2:20 pm Post subject: |
|
|
Good Day,
Please post a URL for the form.
I am guessing you may be using iWeb? If so, iWeb places the form in an iframe which can sometime cutoff the bottom of the form obscuring the submit button if it is not sized correctly. Typically this can be corrected by appending some extra line breaks at the end of the form to force the iframe to stretch. Something like what is shown below tacked on to the end of our code should work.
Code: |
<br /><br /><br /><br /> |
You may need to change the number of breaks.
Nick Ladd
myContactForm.com |
|
Back to top |
|
|
ncphotoman
Joined: 18 Nov 2009 Posts: 11
|
Posted: Wed Jan 01, 2014 6:23 pm Post subject: |
|
|
www.renovationspecs.com |
|
Back to top |
|
|
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Thu Jan 02, 2014 3:07 am Post subject: |
|
|
ncphotoman wrote: |
www.renovationspecs.com |
Please see my post above. It provides an explanation of what is happening, and how to correct the issue.
Nick Ladd
myContactForm.com |
|
Back to top |
|
|
|