Hello.
Sorry for the series of questions.
I understood the right side. → How to setup fields events using Triggers & Listeners in Chronoforms8
So I wanted to display The Text view when a user is non-logged in.
I thought that since {user:id} is 0 when the user is not logged in, I could use this.
However, I don't know how to check this condition and trigger it when the page is loaded.
Is there a way for that?
Triggers are for live events, you need dynamic code to check that
Behaviors > Run Conditions > Add condition >
Thank you very much. It worked as intended.
In my case,“when a user is not logged in”, so I set Comparator to "IN".
So the Run Conditions behaves as follows.
This means that the view will function if the condition is successful. Otherwise, it will not be displayed at all.
yes, if you want to display it when the user is NOT logged in then you should choose IN
I removed the login data for security, did you apply the new Chronoforms update to get the mask working ?