Appnitro Software Forums » MachForm

how to set field as hidden in the css file

(4 posts)

  1. 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,
    Jim

    Posted 6 months ago #
  2. walags
    Member

    #li_3{
    visibility: hidden;
    }

    Posted 6 months ago #
  3. That did it. Thanks for the quick post.
    Was that documented anywhere?????

    Thanks again...

    Posted 6 months ago #
  4. The above works, this one as alternative:

    #li_3{
      display: none;
    }

    Posted 6 months ago #

RSS feed for this topic

Reply

You must log in to post.