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.

Position "Next" and "Submit" buttons

  1. slackie911
    Member

    How can I position the Next and Submit buttons on my multi-page form? I have some inputs with conditional logic, and when they appear the Next button moves around. I'd like to anchor it at the bottom-right of each page.

    Thank you!

    Posted 11 years ago on Sunday July 29, 2012 | Permalink
  2. Please post a link to your site where the form is visible and we will help you with the CSS to make that happen. Thank you.

    Posted 11 years ago on Monday July 30, 2012 | Permalink
  3. slackie911
    Member

    Thank you for your response Chris, here is the first page of the form:
    http://maidinbrooklyn.com/lets-book-your-maid/
    If you choose one of the radio buttons, I have another selection which conditionally becomes visible. However this moves the "next" button to the other side of the form. I would like to anchor the next button on the bottom right of each page.

    Posted 11 years ago on Monday July 30, 2012 | Permalink
  4. Drop this into your theme's stylesheet:

    [css]
    .gform_page_footer {
    clear: both;
    }
    Posted 11 years ago on Monday July 30, 2012 | Permalink
  5. slackie911
    Member

    Thank you kindly!

    Posted 11 years ago on Monday July 30, 2012 | Permalink
  6. No problem, glad to help!

    Posted 11 years ago on Monday July 30, 2012 | Permalink

This topic has been resolved and has been closed to new replies.