How to move the text field after next page button?

  • pete_ng2sbcglobal
    Asked on January 1, 2019 at 5:21 PM

    Hello,

    Is there a way to move text so it appears below the "Next" page button?  I have created a 3 page form and want to have text appear just below the "Next" button but on the same page.

    I have attached a screenshot.

    Thanks

    Jotform Thread 1686546 Screenshot
  • Jed_C
    Replied on January 1, 2019 at 7:15 PM

    Yes, it's possible with CSS code. Please inject the CSS code below to move the text below the next button.

    .form-pagebreak {

        padding-bottom: 100px;

    }

    div#text_68 {

        position: absolute;

        top: 90px;

    }

    It should look like this:

    1546388094Financing Application   Google Screenshot 10

    I hope that helps. Let us know if you have any questions or if you need further assistance.