Can I add a border on a form?

  • cvma272
    Asked on June 26, 2025 at 5:33 PM

    Can I add a boarder on a form?

  • Sonnyfer JotForm Support
    Replied 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.

    Can I add a border on a form? Image 1 Screenshot 30

    That's it. Here's an example of what the code looks like when applied:

    Can I add a border on a form? Image 2 Screenshot 41

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

  • cvma272
    Replied on August 3, 2025 at 1:14 PM

    Thank you