Remove link above the submit button

  • UT_CSPS
    Asked on May 20, 2025 at 9:51 AM

    The line above my submit button is wider than the form at this link: https://form.jotform.com/251275098739166.

    I would like to make it the same size as the page or remove it entirely. I've searched the support database and have tried the solutions suggested there, but they are not working.

    Please advise on how to correct this layout issue.

    Thank you!

    Rainey Johns



  • Mahmoud JotForm Support
    Replied on May 20, 2025 at 10:51 AM

    Hi Rainey,

    Thanks for reaching out to Jotform Support. You can easily remove the gray line above the Submit Button by Injecting CSS Codes into your form. Let me walk you through it:

    1. First, copy this code:

    .form-buttons-wrapper{
    border-top: 0;
    }

    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.

    Remove link above the submit button Image 1 Screenshot 20

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

  • UT_CSPS
    Replied on May 20, 2025 at 12:04 PM

    I tried the CSS codes suggested in the forum, but none of them worked - this one did! Thank you!

Your Reply