Trying to display fields based on whether users are logged in or not.
From what I can tell from the documentation, if I set the condition for ( '[wpv-current-user info="id"]' eq '0' ) that means the user is not logged in?
I am not getting the expected output for users that are not logged in.
I have a radio button that a user can set to being:
visible to everyone (meaning even users that are not logged in can view it)
Visible to some (meaning visible to only logged in users)
Visible to none (meaning no one can see it even if they are logged in)
I'm attaching an image of the radio button settings. I think that I am testing for static values of 1, 2, and 3 of the radio button.
I'm also attaching the conditional logic that I'm using.
From what I can tell, this condition is NOT working for users that are not logged in and seems to be working for logged in users.
Hello. Thank you for contacting the Toolset support.
I see you shared the following conditions:
I have a radio button that a user can set to being:
visible to everyone (meaning even users that are not logged in can view it)
Visible to some (meaning visible to only logged in users)
Visible to none (meaning no one can see it even if they are logged in)
==>
For WordPress when user is not logged-in it's a guest user.
- Visible to none (meaning no one can see it even if they are logged in)
For the above condition - to what user it should display - only for administrator?
The topic ‘[Closed] Issues with using conditional block’ is closed to new replies.