Restrict some people from accessing some forms
I'm working on a project where I have to restrict some kinds of people to see certain information. The project is a simply questionnaire to fill out information. But considering I only have 1 user, I want to see if I can't send a link to Admins (can see everything or some forms) and another link for non-admins (can only see 1 form).
the form in question is divided by group:Group1
Group2
Group3 etc...
Is it possible to let someone only see the answers of Group2 and not the others?
Is this possible?