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
Hide Checkbox element/option?
Started 14 years ago by tania | 3 posts |
-
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!
TaniaPosted 14 years ago # -
Unfortunately, this won't be possible to do. Sorry.
MachForm Founder
Posted 14 years ago # -
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 13 years ago #
Reply
You must log in to post.