Remove 'Back' button on classic layout?

  • computeroverhauls
    Asked on February 15, 2021 at 4:46 PM

    How can I remove the 'back' button from this classic form?

    https://form.jotform.com/210456110360036

    Also, I have a conditional setup so that if 5-stars are selected to show one field and if less than five are selected to show another field. However, only the 5-star conditional works. The less than five does not.

    Thanks



  • Girish JotForm Support
    Replied on February 15, 2021 at 8:36 PM

    You can set the Back button to be Hidden on the page break properties:

    1613439187 602b20d34746e 1602 1 Screenshot 10

    or use this CSS code on the form:

    .form-pagebreak-back-container {

    display: none;

    }

    Related guide: https://www.jotform.com/help/117-how-to-inject-custom-css-codes

    I have moved your other issue with conditions to a new ticket: https://www.jotform.com/answers/2900184

  • computeroverhauls
    Replied on February 16, 2021 at 7:49 AM

    This seems to work but only if the user selects 5-stars on the first question. If they select 4 or less stars the next page shows a 'back' button still. Any suggestions?

    Thanks

  • claire
    Replied on February 16, 2021 at 8:13 AM

    I tested your form (Form ID: 210456110360036). I did not replicate the issue. Also, the back button has not related to the star rating field. Please check my test screencast below;

    1613481126 602bc4a6ea72d  Screenshot 10

    When I reviewed your form, I also noticed that you still haven't made your back button Hidden.

    1613481059 602bc46390ae3  Screenshot 21

    Please give it a try and let us know how it goes.