How to remove the Jotform branding?

  • nicolepasten
    Asked on April 24, 2024 at 11:55 AM

    Dear how to remove the mark from the forms, I have a paid broce plan

  • Christian JotForm Support
    Replied on April 24, 2024 at 12:09 PM

    Hello Nelson,

    Thanks for reaching out to Jotform Support. I'm assuming you're referring to the Jotform watermark, your settings show that you've disabled the Jotform branding, but if you're referring to the "Powered by Jotform Sign" branding on the Signature fields, those can be hidden by injecting the form with CSS code, let me walk you through how to remove the Jotform Sign branding with CSS:

    1. Click the Form Designer/Paint Roller icon in the upper right of the Form Builder.
    2. Navigate to the Styles tab of the Form Designer menu.
    3. Paste the code below into the Inject Custom CSS field. How to remove the Jotform branding? Image 1 Screenshot 20

    Here's the CSS code you'll need:

    a{
     display: none;
    }

    If that's not what you're referring to, please share more details about your question. It'll also help if you can share the URL of the form you're working on and a screenshot of the mark you want to remove.

    Let us know if you need any more help.

 
Your Answer