How to Remove "Powered by Jotform Sign" in Signature Element?

  • Tran Nguyen
    Asked on December 9, 2023 at 11:31 PM

    Hello,

    Signature widget still has "Powered by Jotform Sign". Can it be removed as well?

    Thanks,

  • Ericson_B JotForm Support
    Replied on December 10, 2023 at 2:54 AM

    Hi Tran,

    Thanks for reaching out to Jotform Support. To remove the "Powered by Jotform Sign" in the signature element, you must disable the Jotform Sign automation. Let me show you how:

    1. In Form Builder, in the orange navigation bar at the top of the screen, click on Settings.
    2. Click on Jotform Sign on the left side of the screen.
    3. Toggle the Enable Jotform Sign Automation off.

    How to Remove Powered by Jotform Sign in Signature Element? Image 1 Screenshot 30

    However, if you prefer not to disable Jotform Sign Automation. You can remove the "Powered by Jotform Sign" by inserting the CSS code provided below. Let me walk you through it:

    /*Remove Powered By Jotform Sign in Signature Element - 9893261*/
    #signature_pad_45 a {
      display: none;
    }
    /*Ends Here*/
    1. In Form Builder, open the Form Designer by selecting the Paint Roller icon in the upper-right corner.
    2. In the Form Designer pane on the right, go to Styles at the top.
    3. Scroll down to Inject Custom CSS and paste the CSS code in the textarea.
    4. Then, click Save.

    How to Remove Powered by Jotform Sign in Signature Element? Image 2 Screenshot 41

    That's it! Let us know if you have any other questions.