Make form section visible based on selected radio button
I have a form with 3 radio buttons, and depending on the button I'd like 1 of 3 sections to be visible with different options in each.
I know how to do this in Workflow Designer, it's the "visible when" option for each group. This is my first time making a new workflow in Workflow 5 however, and it's been over a year since I took the training course.
Any helpful hints or suggestions are much appreciated, thanks!
-
Hi Emily, I set up a quick example. Download the attached JSON and use File > Import to test it in your workflow designer.
Basically, you'll want to add a "Change" event to the radio button group. Make sure each radio button has a "value" set. Inside the change event subworkflow, you'll want to check which radio button was clicked, and then use the Show Form Element activity to show the corresponding form element(s). You'll also need Hide Form Element to hide stuff that's previously been set visible.
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar