I have a user form that has two radio custom field.
How can I set it up so that the option selected from radio #1 affects what displays in radio #2?
Example:
Radio #1 options:
- Green
- Red
- Yellow
Radio #2 options:
- Grapes (only shows up if "Green" is selected)
- Watermelon (only shows up if "Green" is selected)
- Apples (only shows up if "Red" is selected)
- Cherries (only shows up if "Red" is selected)
- Bananas (only shows up if "Yellow" is selected)
- Lemons (only shows up if "Yellow" is selected)
Unfortunately you won't be able to perform a conditional on the individual checkbox options on your form.
What you can do however is to create multiple dependent radio button fields that are dependent on the options from Field 1.
So in our Types plugin you can setup dependent fields so some fields will only display based on the value of another field.
In your case above you will create 3 other custom fields that are dependent on Field 1 so whenever you select an option in Field 1 only the field that meets that conditional requirement will be displayed.