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.. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.