Conditional Logic when field is NOT empty

Is there a way to use a “field is not empty” condition to show/hide something?

Let’s say I have a simple text field, followed by a section with more fields.
The section should only show when the user fills out the text field (with anything).

Thanks in advance.

HI Andre. You can normally do something like:

If field IS NOT and then leave the value input blank. That will evaluate to TRUE whenever someone enters a character in that field in the form, triggering the conditional logic. Thank you.

2 Likes

Thanks, nice idea. I’ll try that.

1 Like