Hi everyone,
I got a trouble need you help to find solution.
I have a form (on FE, not on CMS), it contains some form fields can be radio list, checkbox set list, textbox …
The options of radio/CheckboxSetField are defined dynamically in CMS.
But I also need to control some really specific logics like this: only enable/hide an option of a form field if another option of other form field is selected.
And these logics are also defined/customised in CMS.
So how can I do that ? Do I need to work with jquery to apply these logics on the form ?