-
SistemaCulturaPerguntado 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.
-
Christopher Jotform SupportRespondido 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:
- In Form Builder, on the right side of the screen, click on the Paint Roller icon.
- Go to Styles and scroll down to Inject Custom CSS.
- Paste the CSS codes into Inject Custom CSS.
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.
-
SistemaCulturaRespondido 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.
-
William Jotform SupportRespondido 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.
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.
-
SistemaCulturaRespondido 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:
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 SupportRespondido 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:
Published form:
As soon as we hear back from you we'll be able to help you with this.