-
cc00Asked on August 1, 2025 at 6:29 AM
can the book button not be so small
-
Afzal JotForm SupportReplied 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.
Here's the cloned version of the form that you can test, and here's what the result will look like:
Give it a try and let us know how it goes.
Your Reply
Something Went Wrong
An error occurred while generating the AI response. Please try again!