Como posso tirar a marca d´água da assinatura?

  • SistemaCultura
    Perguntado em 31 de outubro de 2023 às 13:20

    Olá. Quero adicionar o Widget de assinatura. Porém quero tirar a marca d'água que fica embaixo.

    O Widget é o Smooth Signature.

    Como posso tirar a marca d´água da assinatura? Image 1 Screenshot 20



  • Christopher Jotform Support
    Respondido em 31 de outubro de 2023 às 15:37

    Hi classedigital2016,

    Thanks for reaching out to Jotform Support. Unfortunately, our Portuguese Support agents are busy helping other Jotform users at the moment. I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Portuguese, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    Now, let me help you with your question. Please inject the provided CSS code into your form.

    #signature_pad_102 > a {
        display: none;
    }

    Here's how to do it:

    1. In Form Builder, on the right side of the screen, click on the Paint Roller icon.
    2. Go to Styles and scroll down to Inject Custom CSS.
    3. Paste the CSS codes into Inject Custom CSS.

    Como posso tirar a marca d´água da assinatura? Image 1 Screenshot 20

    Please take note that this CSS code will only work on the Live Form.

    Let us know if there’s anything else we can help you with.

  • SistemaCultura
    Respondido em 31 de outubro de 2023 às 17:44

    Olá, consegui arrumar esse. Porém tem outros 3 formulários iguais que não estão aparecendo o código CSS.

    Como posso tirar a marca d´água da assinatura? Image 1 Screenshot 20

  • William Jotform Support
    Respondido em 31 de outubro de 2023 às 23:50

    Hi classedigital2016,

    Thanks for getting back to us. The reason why it is not working is that the ID for the CSS code that identifies the field to be affected is not the same as to the other forms. Here in Jotform, each ID of every field is created in the sequence on when you added the field element. This is unique in the form.

    Como posso tirar a marca d´água da assinatura? Image 1 Screenshot 20

    You can try using this CSS code instead which uses a class:

    .signature-pad-wrapper > a {
       display: none;
    }


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

    As soon as we hear back from you, we'll be able to help you with this.

  • SistemaCultura
    Respondido em 1 de novembro de 2023 às 07:11

    Olá, ainda não está funcionando. Quando eu coloco o código não acontece nada. No formulário que eu fiz e deu certo. O código teve que ser colocado na linha 11:

    Como posso tirar a marca d´água da assinatura? Image 1 Screenshot 20

    Os outros tem que ser a mesma coisa? Porque eu testei e não funcionou. E eu não sei como abrir esse código mostrado anteriormente.

    Se eu duplicar o formulário que eu consegui tirar a marca, os outros ficam iguais?

  • William Jotform Support
    Respondido em 1 de novembro de 2023 às 07:28

    Hi classedigital2016,

    Thanks for getting back to us. When I tested the code on my own form the text became hidden. Can you share with us the link to the other forms so we can check what's happening? Just take note that when inserting the code, the part that would hide will not take effect in the form builder. You must see it while the form is published:

    Editing the form:

    Como posso tirar a marca d´água da assinatura? Image 1 Screenshot 30

    Published form:
    Como posso tirar a marca d´água da assinatura? Image 2 Screenshot 41

    As soon as we hear back from you we'll be able to help you with this.