Allow "if" logic to determine which custom fields appear
Say we have several boolean options for the user:
Do you want to display a rectangle or a circle?
If it's a rectangle, do you want it to be red or blue?
If it's a circle, do you want it to be green or purple?
If it's a red rectangle, do you want i...