-
beelightbeDemandé le 30 mai 2024 à 15:36
-
Aravir Enterprise SupportRépondu le 30 mai 2024 à 16:05
Hi Natalie,
Thanks for reaching out to Jotform Support. Our French Support agents are busy helping other Jotform users right now, so 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, it might take a while until they're available again.
Now, coming back to your question, I’ll need a bit of time to look into this. I’ll get back to you as soon as I can.
-
beelightbeRépondu le 30 mai 2024 à 16:51
Thanks so much Aravir,
no problem with the english for me
I'll be waiting for your feed back
Natalie
-
Aravir Enterprise SupportRépondu le 30 mai 2024 à 17:56
Hi Natalie,
Thanks for patiently waiting. I'm sorry for the confusion, you need to enter the exact label name of the field in the Hidden Fields box instead of the Unique Name. But it appears that you're trying to hide a Paragraph field and an Image element in the Review Before Submit widget. That can be hidden by injecting the custom CSS code below:
li[data-qid="71"], li[data-qid="45"], li[data-qid="47"], li[data-qid="79"],li[data-qid="69"] {
display: none;
}
Here's how to inject the CSS code:
- In Form Builder, click the Paint Roller icon on the upper left side.
- Under the Styles tab, paste the CSS code in the Inject Custom CSS box.
Checkout the screenshot below to see my result:
Give it a try and let us know if you need any other help.