Back button in Page Break is showing at the last page

  • frederictonmakerspace
    Asked on January 25, 2017 at 2:33 PM

    This fix didn't work for me. Now, even with both marked as hidden, they are both at the end of my form. 

     

    https://form.jotform.com/63535098046258

  • Jan
    Replied on January 25, 2017 at 2:43 PM

    I was able to replicate the issue. Please insert the CSS code below in order to hide the "Back" button.

    #form-pagebreak-back_12 {
    display: none;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Hope that helps. Thank you.