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


  1. jimromo
    Member

    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 15 years ago #
  2. walags
    Member

    #li_3{
    visibility: hidden;
    }

    Posted 15 years ago #
  3. jimromo
    Member

    That did it. Thanks for the quick post.
    Was that documented anywhere?????

    Thanks again...

    Posted 15 years ago #
  4. yuniar

    The above works, this one as alternative:

    #li_3{
      display: none;
    }


    MachForm Founder

    Posted 15 years ago #

RSS feed for this topic

Reply