Back button container shows without a button

  • juliaSpaceCraft
    Asked on February 2, 2016 at 3:58 PM

    The back button doesn't display on the first page, but the container width and space still shows. Anyway to fix this? 

     

  • Chriistian Jotform Support
    Replied on February 2, 2016 at 11:02 PM

    You can add this code to remove the back button, however this applies to the whole form and not the first page only.

    .form-all .form-pagebreak-back-container{width:0px!important;)

    How to inject css: How-to-Inject-Custom-CSS-Codes