How to change the placement of Back/Next button?

  • gmbph01
    Asked on October 21, 2014 at 1:01 AM
    Also is it possible to move the page break button to the top of page instead of being at the bottom.
  • Welvin Support Team Lead
    Replied on October 21, 2014 at 8:31 AM

    Hi,

    Inject the following custom CSS codes to your form:

    .form-pagebreak {

    top: 0px;

    position: fixed;

    width: 100%;

    }

    Here's How-to-Inject-Custom-CSS-Codes to your form. These codes should move the page break button to top with fixed alignment.

    Let us know if you need any further assistance.

    Thank you!