-
cvma272Asked on June 26, 2025 at 5:33 PM
Can I add a boarder on a form?
-
Sonnyfer JotForm SupportReplied on June 26, 2025 at 6:52 PM
Hi Robert,
Thanks for reaching out to JotForm Support. You can easily add a border to your form by Injecting CSS Codes. Let me walk you through it:
1. First, copy this code and edit it to your preferred color or thickness:
.form-all {
border: 5px solid black ! important;
}
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.
That's it. Here's an example of what the code looks like when applied:
Give it a try and let us know how it goes.
-
cvma272Replied on August 3, 2025 at 1:14 PM
Thank you