Hello,
I am developing a page with a sorting system and I would like to set up display conditions according to the values selected by the user.
Indeed, if the user chooses "Flowerbeds or beds", the question "IN WHICH AGE ARE YOU SITUATED?" will be displayed directly.
Is this possible with your conditions?
If not, how do you do it?
Thank you for getting in touch. I am developing a page with a sorting system and I would like to set up display conditions according to the values selected by the user.
Based on this i'm assuming that you are referring to a view/block here with frontend filters. Correct me if i'm wrong.
Indeed, if the user chooses "Flowerbeds or beds", the question "IN WHICH AGE ARE YOU SITUATED?" will be displayed directly.
So if this is a view then no this won't be possible to do natively with our conditional code, you can however achieve this by using a little bit of Javascript to check what value the user selects from your option and then display the "IN WHICH AGE ARE YOU SITUATED?" field.