I want to make a signup form restricted to specific user roles

I’m building an app that requires at four different types of users. In the database I’ve created yes/no options for the different types of users but I need to set up sign up forms on pages for each type of user. How do I direct up forms so that the correct users get placed in the correct roles in the database (yes/no) for the database roles?

You can use differents fields and check with yes or no, but the most recommended in this case is just one field and you can create option set with the users type. Just validate the type of user and send for the correct form.

1 Like