Appnitro Software Forums » MachForm

Hide Checkbox element/option?

(3 posts)

  1. Hi -

    Is there a way to hide a checkbox option (ex. option 1), instead of deleting it because I want to keep the data. For example the date (that the checkbox represents) has passed, so I no longer want to include it in the list. I am hoping you can make this change within the form's css file rather than a php file.

    Thanks for your help!
    Tania

    Posted 2 years ago #
  2. Unfortunately, this won't be possible to do. Sorry.

    Posted 2 years ago #
  3. Hi -

    I am still having to work around this issue. I noticed if I put the following code:
    #element_1_4
    {
    display: none !important;
    }
    It hides the checkbox, but not the choice label. Isn't there a way to hide this too?

    Thanks!

    Posted 6 months ago #

RSS feed for this topic

Reply

You must log in to post.