I'm trying to come up with a way to hide a field depending on what the user clicks.
I have a check box that is called denied, I also have a select box called denied_by,and a text box called denied_date. I would like the select box(denied_by) and the text box(denied_date) hidden until the user clicks on the check box.
Does anybody know if this is doable and if so how do I do it. I can not figure it out
Thanks for any help.
I have a check box that is called denied, I also have a select box called denied_by,and a text box called denied_date. I would like the select box(denied_by) and the text box(denied_date) hidden until the user clicks on the check box.
Does anybody know if this is doable and if so how do I do it. I can not figure it out
Thanks for any help.
Comment