hide a field
-
I want to hide a field so I wrote this class
.myclass input {display:none;}
.myclass label {display:none;}
Now the field label is hidden but the input is still displayed.
{visibility:hidden;} works perfect thoughhttps://www.ads-software.com/plugins/calculated-fields-form/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘hide a field’ is closed to new replies.