Skip to content
  • There are no suggestions because the search field is empty.

How to Apply a Single Logic Condition

Learn how to apply a single logic condition in Smarter Drafter Pro.

Use a single logic condition to control when a specific section, field, or template is shown or hidden based on a user’s answer. This is the simplest way to add dynamic behaviour to your form.

Instructions

1. Identify the field that will control the logic

  • Decide which existing question will be the trigger for your logic. For example:
    “If the contact type is individual, then show the full name field.”

2. Go to the logic tab on the field or section you want to control

  1. Open your form in the builder.
  2. Click on the field, section, or template you want to control.
  3. Go to the Logic tab in the right-hand panel.

3. Add a rule

  1. Click + Rule to create a new logic condition.
  2. In the Field dropdown, select the question that will drive the logic.
    1. You can type to search for the field label.
  3. Choose an Operator (e.g. =, !=, is answered, etc.).
  4. Enter the value that should trigger the logic.
  5. Example:
    1. Field: Contact type
    2. Operator: =
    3. Value: individual
  6. This rule will return TRUE when “individual” is selected, which triggers the action (e.g. display the full name field).

4. Save and test

  • Once saved, a logic pill appears on the item with logic applied.
  • Use Preview mode to test how the logic behaves as answers are entered.

Common Issues & Solutions

  • Issue: The field never shows, even when the condition is met
  • Solution: Double-check that the field name, operator, and value match exactly. Logic is case-sensitive for text values.
  • Issue: The logic is applied to the wrong field
  • Solution: Review the logic tab of the target field — logic should be applied to the field or section being controlled, not the trigger field.