Hello, I need help with Adalo.
My goal:
Display the correct icons ( /
) in a list of text content blocks based on the user’s status:
- Free user (not registered) → Sees
on “registered” blocks and
on “premium” blocks.
- Registered user → Sees
on premium blocks.
- Premium user → Sees no icons (full access to all content).
This allows the user to know whether a content block in the list is accessible or not based on their status: free, registered, or premium.
How can I make the icons appear or not on a content block in the list depending on their profile? The “visibility” function for an icon only accepts one condition, but I need two. For example:
- If the block is “registered” and the user is free (
user_type
is NULL)
Set
visibility_status
to “show_locked_registered”
If you can help me solve this issue, I’ve been stuck on it for 3 days… Thank you so much.
Pascal