This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Remove extra space after Submit button
Started 15 years ago by bguanzon | 6 posts |
-
How do you remove extra space the Submit button?
There was a post discussing this but I could not find which CSS file controlled the spacing.
Here is my example form: http://top-notch-service.com/site/
Brian
Posted 15 years ago # -
it's okay...I figured it out.
Posted 15 years ago # -
Hi,
It seems the space come from your iFrame height, from embed code you see this code :
<iframe height="1221" frameborder="0" scrolling="no" title="Free Estimate" src="http://topnotchbm.com/machform/embed.php?id=1" style="border: medium none ; width: 100%;" allowtransparency="true">
try to decrease the height to be like this
<iframe height="1021" frameborder="0" scrolling="no" title="Free Estimate" src="http://topnotchbm.com/machform/embed.php?id=1" style="border: medium none ; width: 100%;" allowtransparency="true">
MachForm Support
Posted 15 years ago # -
Decreasing the height won't work.. The space goes away but when you dont fill anything in & press the submit button, the red error appears and then your submit button is cut off.
Plus it depends on your computers screen resolution.. So thats not a fix.
Posted 15 years ago # -
However this solution is the ideal :D
http://www.appnitro.com/forums/topic/auto-expandadjustable-iframe?replies=17
Posted 15 years ago # -
Yes.. that's works also ..thx :)
MachForm Support
Posted 15 years ago #
Reply
You must log in to post.