-
roloxlsAsked on August 19, 2025 at 4:29 PM
-
Aries JotForm SupportReplied on August 19, 2025 at 5:12 PM
Hi Rodolfo,
Yes, you can hide the language selector using custom CSS code. Let me show you how to do it with the cloned version of your form:
1. First, copy the code below:
div#langDd {
display: none;
}
2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.
Here's the result after injecting the custom CSS codes:
Give it a try and let us know how it goes.
-
roloxlsReplied on August 22, 2025 at 8:02 AM
It worked perfectly, thank you!