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 of button on form with multiple pages.

  1. Chillamor
    Member

    Hello,

    Please, take a look at:
    http://chillamor.com/nl/voorbeeld/formulieren/aanmelden-nieuwe-medewerker/

    I do not understand the position of the button "volgende" (this refers to the next page). How can I change this position? It has to be displayed on the bottom on this page.

    Furthermore, I've defined a section-break with the name "woonadresgegevens". Why are there two lines below this text?

    Please, advise.

    Thanks.

    Chillamor.

    Posted 12 years ago on Monday March 5, 2012 | Permalink
  2. Hey Chillamor, drop this into your theme's stylesheet and you will be good to go:

    [css]
    .gform_wrapper .gform_page_footer {
    clear: both;
    }
    Posted 12 years ago on Monday March 5, 2012 | Permalink
  3. Chillamor
    Member

    Hello Rob,

    Thanks for your feedback. Do you have another solution as well without the need to change the code?

    Posted 12 years ago on Monday March 5, 2012 | Permalink
  4. Not that I know of, it's style-related. Are you not comfortable updating that?

    Posted 12 years ago on Monday March 5, 2012 | Permalink
  5. Chillamor
    Member

    No, because I am not a programmer and it will give extra work when a new update is released.

    I think the buttons do not appear on the right place because of the usage of ready CSS Class names. Is this correct?

    Posted 12 years ago on Monday March 5, 2012 | Permalink
  6. Usually themes have a file or a place in the admin that allows you to place custom css without updates causing an issue. I'm not aware of the ready classes being a cause.

    Posted 12 years ago on Monday March 5, 2012 | Permalink
  7. Chillamor
    Member

    Hellp Rob,

    Can you or one of your collegues take a look to my other question?

    http://www.gravityhelp.com/forums/topic/bug-when-using-product-quantity-and-total-fields

    Thanks!

    Posted 12 years ago on Tuesday March 20, 2012 | Permalink