Show a new column to fill if the user press "Yes" on a y/n question

Cucho
New Member

Well, I havenโ€™t found any hint about how to do it, but it could mainly be because Iโ€™m not sure about which words should I use to search for it, because I think that itโ€™s a quite basic thing.

Iโ€™d like to show a column on the form depending on what did the user answered before.
For example, making a Y/N question like:
Do you have a car? [Y/N]

And if the user press yes, it shows a column to input the brand of the car.

Thanks for your time

Solved Solved
0 3 176
1 ACCEPTED SOLUTION

3 REPLIES 3

Tried it before, but didnโ€™t work.
I changed the Y/N column to an Enum with Y and N options and it worked fine.

Thanks!

Show_if expects a Y/N data type. A Y/N column value is a Y/N data type. All youโ€™d have to do there is set show_if to the column value.

Top Labels in this Space