-
reachmyagencyAsked on August 1, 2025 at 2:16 PM
How can I print a hard copy of my form without the boxes included? The screenshot below shows the form with the boxes as a ready to print pdf. How can we take those boxes away and make lines to write on instead?
-
Mikhail JotForm SupportReplied on August 1, 2025 at 2:47 PM
Hi Kalitha,
Thanks for reaching out to Jotform Support. You can add a CSS code to change the fields' boxes to lines. Let me show you how it's done:
- Open your form in Form Builder and click on the blue Paint Roller icon on the right side of the screen.
- Under the Styles tab, paste the code below into the Inject Custom CSS area.
/* Change the fields style from boxes to lines - 29644671 */
.form-textbox, .form-textarea, .form-radio-other-input, .form-checkbox-other-input, .form-captcha input {
box-shadow: 0px 0px 0px !important;
border-top : none !important;
border-left : none !important;
border-right : none !important;
}
Then, you can enable the print button to print your form with the Print Button feature. Let me show you how to do it:
- In Form Builder, find your Submit button and click on the Submit field.
- Click on the Gear icon on the right side of the field to open the Properties window.
- Click the Advanced tab.
- Then, toggle the Print Button option to the On position.
This is what it looks like when the Print button is clicked:
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!