-
Mimi47Demandé le 7 juillet 2024 à 07:10
Bonjour,
un commentaire 'Cliquer pour éditer" apparait à la fin de mon formulaire, je n'arrive pas à l'enlever (voir PJ).
Merci de votre aide.
-
Paolo Jotform SupportRépondu le 7 juillet 2024 à 09:34
Hi Caroline,
Thanks for reaching out to Jotform Support. Unfortunately, our French 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 French, 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.
As for your question, we can just remove it by using a custom CSS code. Please copy the code below, then let me show you how to inject it:
#label_68 {
display: none;
}
- In Form Builder, select the paint roller icon in the upper-right corner.
2. In Form Designer panel on the right, go to Styles at the top.
3. Scroll down to Inject Custom CSS and enter your CSS code in the textarea — all changes are saved automatically.
We also have a guide about how to inject Custom CSS Codes that you can check out. Check the results below after injecting the CSS code.
Give it a try and let us know if you have any questions.