I am trying to allow guest visitors to register as specific users on the website through the front-end.
I have created a user form that creates a new user with a specific role. However, this form does not want to display for non-logged-in users. In the same time, I cannot set it to be available for guests in Access Control -> Toolset Forms -> User Forms Front-end Access Group, the interface does not allow me to select anything.
This is a strange behaviour to me, it is not the first membership website that I build with Toolset. This issue is something new.
Well, the issue was the following: if you create a user registration form, but you do not create a user edit form for the same user role, then you are not able to assign rights User Forms Front-end Access Group.
The moment I have created the user edit form, everything came back to normal.
Maybe this is a detail that is worth to be mentioned in the Toolset documentation?