> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flowla.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Conditional visibility on questions

> Create dynamic forms with conditional fields that show or hide based on previous answers.

Logic rules make your forms smarter — questions only appear when they're relevant to the respondent. This keeps forms short and focused, reduces the chance of irrelevant or confusing questions, and makes the whole experience feel tailored rather than generic.

<video autoPlay muted loop playsInline src="https://mintcdn.com/flowla/DTw1cUtVl5HKnL9j/images/forms/conditional_visibility_overview.mp4?fit=max&auto=format&n=DTw1cUtVl5HKnL9j&q=85&s=ad760186b15fdb9e5cc534f1fffea92e" data-path="images/forms/conditional_visibility_overview.mp4" />

<Note>Logic rules are only available for [linear forms](/forms/table-linear-forms).</Note>

***

## Conditional fields

Show or hide fields based on how respondents answer other questions.

### Visibility options

When setting up a conditional rule, choose one of two behaviours:

* **Visible until condition is met** — The field shows by default, then hides when the condition becomes true
* **Hidden until condition is met** — The field is hidden by default, then appears when the condition becomes true

### How to set up a conditional field

<Steps>
  <Step title="Click on the question you want to make conditional">
    Open the field settings for that question.
  </Step>

  <Step title="Set the visibility option">
    Choose whether the field should be visible or hidden until the condition is met.
  </Step>

  <Step title="Add a condition">
    Select a source field (a previous question) and the answer that triggers the rule.
  </Step>
</Steps>

***

## Combining conditions

When you need multiple conditions, choose how they work together:

* **AND** — All conditions must be true for the rule to apply
* **OR** — Any single condition being true applies the rule

### Example with AND

Show the "Enterprise requirements" field only when:

* Company size = "500+" **AND** Industry = "Technology"

### Example with OR

Show the "Integration details" field when:

* Current CRM = "Salesforce" **OR** Current CRM = "HubSpot"

***

## Example

```
Question 1: "Are you currently using a CRM?"
- Yes
- No

Question 2 (conditional): "Which CRM do you use?"
Visibility: Hidden until condition is met
Condition: Question 1 = "Yes"
```

In this example, Question 2 only appears if the respondent answers "Yes" to Question 1. Anyone who answers "No" skips it entirely — keeping the form clean and relevant.
