I am trying to build a Form that uses the custom rules in the Userform module.
For example:
1. I create a dropdown list with Option 1, Option 2 and Option 3
2. I create three HTML fields called HTML 1, HTML 2, HMTL3
3. Each HTML field by default is set to hidden
4. Each HTML field is set to show with a custom rule if value of Drop down field (step 1) is value "Option 1" (for HTML 1 field), "Option 2" (for HTML 2 field) and "Option 3" (for HTML 3) field.
Looking at the Published form I can select the options in the drop-down field, but it does not show any of the correponding HTML fields. Trying custom rules with other Form fields also returns no results. Custom rules don#t seem to work.
I am using Silverstrip 2.3.10
Help would be appreciated ...
thanks