How to add a preview button?

  • cchfform
    Asked on July 24, 2019 at 3:20 PM

    2 questions:

    1. is there a way to remove my submit button, replace it with a next button and make that the button to get to the preview answers?

    2. can the back button be adjusted to sit next to the next/submit button?

  • Richie JotForm Support
    Replied on July 24, 2019 at 3:35 PM

    1. is there a way to remove my submit button, replace it with a next button and make that the button to get to the preview answers?

    We do have a widget that would preview your answers before the form is submitted.

    How to add a preview button? Image 1 Screenshot 20

    https://widgets.jotform.com/widget/preview_before_submit

    2. can the back button be adjusted to sit next to the next/submit button?

    Kindly try my colleagues CSS


    .form-all .qq-upload-button, .form-all .form-submit-button, .form-all .form-submit-reset, .form-all .form-submit-print {

    width: 70px;

    margin-top: 45px;

    margin-left: -250px;

    position: absolute;

    height: 36px;

    }

    Guide:https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

  • cchfform
    Replied on July 24, 2019 at 3:51 PM

    thanks but now my submit button is off the bottom of the preview page. how can we fix that?

     

    also, isnt there supposed to be a back button on the preview page so the user can go back to edit their submission before submitting?