Testing For Blank Fields With Conditional Logic

Introduction

You can base conditional logic on whether or not a field value is empty. The method you use depends on the type of field you are basing the conditional logic on.

Choice Based Fields

This method applies to Dropdown, Radio Button, Checkbox, and Multi-Select fields.

  1. Choose the field to base the conditional logic on in the first drop down
  2. Choose the qualifier “is” in the second drop down
  3. If you are using a Placeholder, select that placeholder in the last drop down. The placeholder will be the first option shown in the drop down
  4. If you are not using a Placeholder, select the first option which is “Empty (no choices selected)” in the last drop down

Example (not using a placeholder):

Screenshot showing conditional logic configuration for when no choice is made in a choice-based field
Screenshot showing conditional logic configuration for when no choice is made in a choice-based field

Example (using a placeholder):

Screenshot showing conditional logic configuration for when the placeholder text is the only thing 'selected'
Screenshot showing conditional logic configuration for when the placeholder text is the only thing ‘selected’

Non-Choice Based Fields

This method applies to any field where you can enter text or numbers freely without having to select from pre-existing choices.

  1. Choose the field to base the conditional logic on in the first drop down
  2. Choose the qualifier “is” in the second drop down
  3. Leave the value field blank in the last input

Example:

Screenshot: Example of a conditional logic test for an empty field.