PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Multi-page form Spacing problem

  1. ciznerguy
    Member

    I set up a multi-page form. Everything is fine except that on stage 2 there is a big empty space at the bottom. Anyone have any clue why? Stage 1 is fine.

    Posted 11 years ago on Tuesday July 10, 2012 | Permalink
  2. David Peralty

    Can you link to your form please?

    Posted 11 years ago on Tuesday July 10, 2012 | Permalink
  3. ciznerguy
    Member

    http://www.cms-hawaii.com/moving-quote/

    Posted 11 years ago on Tuesday July 10, 2012 | Permalink
  4. Try dropping this into your theme's stylesheet:

    [css]
    .gform_page_footer br, .gform_page_footer p {
    display: none;
    }
    Posted 11 years ago on Tuesday July 10, 2012 | Permalink