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;"
Needs to be a ONE Step optionI agree, this should be a simple click on, click off, with a condition, not a four step dance with very poor documentation. Others do it well, RSForms does not. Quote
Alexandru Plapana (19.11.2012 (12:56:23))
@RPPEOActually RSform! does not do it at all. RSForm!Pro is a different story. You can use the built-in conditional fields, as explained here:
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
http://www.rsjoomla.com/blog/view/171-show-hide-a-field-in-rsform-pro.htmlQuote