Hi @vividground,
The Appearance style is meant for the customization of the existing design. Fields cannot be hidden at the moment with the mentioned setting.
However, you can try adding the following CSS under the “Styling” tab of the HTML field as shown in the following screenshot if you want it to be hidden.
forminator-hidden
Screenshot:
Screenshot at 17:01:32.png
I hope this helps resolve your query. Please do let us know if you need any further assistance.
Kind Regards,
Nithin
I am not sure if i explained correctly.
I was talking about the label field where testt is written. I want that to be hidden from front end view.
Screenshot:
https://gyazo.com/2c38041b0a2572e2c6e730c7dcdbdff9
Thanking you
@wpmudevsupport11
Hi @vividground
I hope you are doing well.
You can use a CSS in Form > Appearance > Custom CSS:
#html-1 label{
display: none;
}
Another alternative is just removing the label as it is optional in the HTML field.
Best Regards
Patrick Freitas
Hello @vividground ,
We haven’t heard from you for a while now, so it looks like you don’t need our assistance anymore.
Feel free to re-open this ticket if needed.
Kind regards
Kasia