Hello,
I am generating a form using the current stable versions of both SilverStripe and the UserForms module:
SilverStripe v3.0.2
UserForms v1.0
On this form I have created a Dropdown Field that is Visible and five Text Fields that are hidden. The same custom rule has been defined for each of the Text Fields to be displayed when a specific value is selected from the Dropdown Field.
However, when selecting the specific value from the Dropdown Field, only the LAST Text Field is displayed with the remaining Text Fields remaining hidden. This did work in earlier versions (<v3.0) of SilverStripe and the UserForms module with the same rules defined.
Is there a known workaround to this issue?
Thanks,
Gary