On/Off Hidden ElementsYou can do this using a four step process, 1. include your favorite toggle script for showing or hiding an id in the script tab.
2. Create your bolean field as a radio button set with your default (add in the "[c]" next to the default value that means the following values should be hidden)
3. Add an OnChange="yourscript (id_to_toggle_d isplay)" to the additional attributes field of your boolean field (this way it will call the script each time the field is changed toggling the display on and off)
4. Set the css for the field you want to hide to "display:no ne;"
1. include your favorite toggle script for showing or hiding an id in the script tab.
2. Create your bolean field as a radio button set with your default (add in the "[c]" next to the default value that means the following values should be hidden)
3. Add an OnChange="yourscript (id_to_toggle_d isplay)" to the additional attributes field of your boolean field (this way it will call the script each time the field is changed toggling the display on and off)
4. Set the css for the field you want to hide to "display:no ne;"
Quote