Difference between review answers and book button

  • cc00
    Asked on August 1, 2025 at 6:29 AM

    Difference between review answers and book button Image 1 Screenshot 20


    can the book button not be so small

  • Afzal JotForm Support
    Replied on August 1, 2025 at 8:05 AM

    Hi Tine, 

    Thanks for reaching out to Jotform Support. The review button allows the form users to review the answer before submitting it. While the submit button submit the form without review. The book button on your form is actually the submit button. We can change the size of the button by Injecting CSS Codes into your form. Let me walk you through it:

    1. First, copy this code:

    button.dummy-form-submit-button.form-submit-button {
        width: 170px !important;
        margin-left: 5px !important;
        font-size: large;
    }

    2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.

    Difference between review answers and book button Image 1 Screenshot 30

    Here's the cloned version of the form that you can test, and here's what the result will look like:

    Difference between review answers and book button Image 2 Screenshot 41

    Give it a try and let us know how it goes.

Your Reply