tjodolv Posted September 23, 2007 Share Posted September 23, 2007 Hello. I am trying to make a form with optional elements. To cut down on screen-space-usage, I figured the best thing to do would be to hide the elements onload, and then allow the user to show the ones he/she wants to use. I use scriptaculous/prototype to do the showing and hiding, and that works fine. My problem is creating a function that toggles show/hide when the user checks/unchecks a checkbox. eg. if the user checks the box, show the extra content, but if the user then unchecks, hide it again... How do I go about getting that to work? I am at a dead end.. Link to comment https://forums.phpfreaks.com/topic/70338-solved-toggling-showhide-content-via-checkunchecking-a-textbox/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.