Conditional Fields

I have 2 block of radio buttons. The second block should only display when the answer in the first block is NO (option 2). How can I do that. I cannot find conditional logic with fields

Here’s how you can set up conditional logic to display the second block of radio buttons only when the answer in the first block is “No”:

1. Hide the Second Block Initially:

  • Go to the field settings for the second block of radio buttons.
  • Set it to Hidden so it doesn’t appear by default.

2. Configure Conditional Logic:

  • Go to Form Settings > Conditional Logic and click Add New Conditional Logic.

  • Set up the condition as follows:

    • Action Run When: Record Create/Edit
    • Action Effect: Only On Field Input
    • Action Behavior: Condition
    • If: First Radio Block equals “No”
    • Then: Show Second Radio Block
    • Else: Hide Second Radio Block

This setup will ensure the second block only appears if “No” is selected in the first block. Let me know if you need further assistance!