Appnitro Software Forums » MachForm

Remove extra space after Submit button

(6 posts)

  1. bguanzon
    Member

    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 1 year ago #
  2. bguanzon
    Member

    it's okay...I figured it out.

    Posted 1 year ago #
  3. 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">
    Posted 1 year ago #
  4. ruslan
    Member

    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 1 year ago #
  5. ruslan
    Member

    However this solution is the ideal :D

    http://www.appnitro.com/forums/topic/auto-expandadjustable-iframe?replies=17

    Posted 1 year ago #
  6. Yes.. that's works also ..thx :)

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.