View previous topic :: View next topic |
Author |
Message |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Wed May 09, 2012 9:03 am Post subject: Reply |
|
|
Are you embedding the form within an iframe (this is how software like iweb does it)? If so, that may be causing it to get clipped in which case you'll need to space out the iframe. I cannot tell however unless you post a link to the form.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
wellness
Joined: 13 Feb 2012 Posts: 2
|
Posted: Tue Jul 10, 2012 10:07 am Post subject: Form gets trucated in Firefox |
|
|
Hello! My form gets truncated in firefox. Looks 100% fine in safari. I tried deleted and repasting the html into the iweb witget, but didnt make a differnece.
http://www.unitynyc.org/Unity_NYC/Apply.html
Any thoughts on how I can get the bottom of the form back in Firefox?
Thank!
Lisa |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Wed Jul 11, 2012 7:30 am Post subject: Reply |
|
|
This is an issue with how iWeb embeds widgets using an iframe. Frequently iWeb does not correctly size the iframe. As a work around, you can add 3-6 line breaks to the end of the form code. This will typically stretch the iframe iWeb is using. Add the following to the bottom of the form code. You'll need to experiment with the numbers of <br />'s.
Code: |
<br /><br /><br /><br /><br /> |
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|