Moving page break section to the top of the form

  • aharon
    Asked on September 25, 2015 at 5:24 PM

    next button focus to top not bottom

  • Mike
    Replied on September 25, 2015 at 5:46 PM

    If you would like to move the Page Break section to the top of the form, you might try adding the next CSS.

    .page-section {
    padding-top: 120px;
    }
    .form-pagebreak {
    position: absolute;
    margin-left: 20px;
    top: 0;
    }

    Moving page break section to the top of the form Image 1 Screenshot 20

    However, it might be a better idea to use a Form Tabs widget to get an additional navigation menu at the top of your form.

    Please feel free to contact us if you need any further assistance.