http://www.dynamicdrive.com/dynamicinde ... ndency.htm
into a large 7-page formbuilder form. I have the javascript in the head and the script in the webroot. Where I have got unstuck is adding the label tags around form elements then adding the class to implement dependency amongst form fields. Using their example...
Code: Select all
<label>SSH<input type="checkbox" name="ssh" class="DEPENDS ON os BEING linux"></label>