I have a form to create events. If an event is repeating, the user can click a checkbox which will load the additional form fields dealing with repeating tasks.
How can I set up the checkbox so that when its clicked the form elements are loaded, and when it’s unchecked the form elements are not shown (or removed if need be)?
Modified from: http://iamzed.com/2006/12/14/using-jquery-to-show-hide-form-elements-based-on-a-checkbox-selection/
*Tip of the hat to Marc Talbot