Here is my current form...
Single Line Text: What are the names of your co-owners?
The user might have multiple co-owners so I wanted to build about 5 or 6 Single Line Text boxes. But I only want each box to show if the prior Single Line Text is completed because it looks too messy/confusing to have 6 empty boxes... they should only pop up if the user keeps adding co-owners.
I was going to use conditional logic but there is no wild card feature.
Is it possible to: show the next box if the previous field contains ANY value.
Currently, the conditional logic requires me to put in a specific value for the previous box. I'd like to put in a wild card so it pops up so long as there is ANY text in the prior Single Line Text box.
Possible?