Hey friend. You're not logged in.
Applies to: [Public Forms]
Problem: Why can't I see my submit button?
Solution: This is probably because it's being cropped off by the height of the iframe. We try to calculate what it would be programmatically, but it's not always dead on due to browser differences and many other reasons. To fix this, just increase the height attribute of the code snippet you're putting into the web site. So if it's
<iframe height="700" ...
just increase that number to something like height="1000" until it doesn't crop it off any more. We're working on a dynamic solution for this, but it's a bit tricky because there are browser security concerns.
Offline
