Hi everyone, I’m new with Velo.
I have a contact list named ‘Testers’. Those people in the list are going to subscribe (become members) of my site and I want them to access a private page (which is only accessible having the ‘Tester’ role). If some other people would like to subscribe no problem, but they will not access the private page.
Briefly:
- the person subscribes;
- check if the email is in the contact list;
- if true, assign the role, else do not assign.
Is there a way to do that?
Thank you very much!