How to remove "Back" button on the last page?

  • Orilation
    Asked on December 26, 2016 at 11:54 AM

    In the "design" mode I cant see it, but in the actual form there is a back button on the last page. How do i remove it

    How to remove Back button on the last page? Image 1 Screenshot 20

  • Nik_C
    Replied on December 26, 2016 at 12:26 PM

    Please copy and paste the below CSS in your Custom CSS field:

    #form-pagebreak-back_26 {

    display:none!important;

    }

    That will remove the back button from your form.

    How to remove Back button on the last page? Image 1 Screenshot 20

    If you have any further questions please let us know.

    Thank you!

  • Orilation
    Replied on December 26, 2016 at 1:04 PM

    Thank you so much!