This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
how to set field as hidden in the css file
Started 16 years ago by jimromo | 4 posts |
-
Hello,
I've seen in other posts that it is possible to designate a field within the form as being hidden. How can I do this?Thx,
JimPosted 16 years ago # -
#li_3{
visibility: hidden;
}Posted 16 years ago # -
That did it. Thanks for the quick post.
Was that documented anywhere?????Thanks again...
Posted 16 years ago # -
The above works, this one as alternative:
#li_3{ display: none; }
MachForm Founder
Posted 16 years ago #
Reply
You must log in to post.