Thread Starter
Arsalan
(@sam3000us)
Another question.
How to let the user select user-role during registration?
I made some custom user-roles, .. e.g: Student-male. Student-female, and I want the user select one of them while registering.
Thanks.
-
This reply was modified 4 years ago by
Arsalan.
Hi,
We don’t have an option to the expert user by user roles so for that you might look for another plugin but we provide an export of the data we store via custom fields for users from UsersWP->Import/Export
Regards,
Patrik
Thread Starter
Arsalan
(@sam3000us)
Ok fine
what about the other question?
Another question.
How to let the user select user-role during registration?
I made some custom user-roles, .. e.g.: Student-male. Student-female, and I want the user select one of them while registering.
Thanks
Plugin Contributor
Paolo
(@paoltaia)
Hi @sam3000us, You can assign 1 role to each registration form. So you will need to create 2 forms, one for Student-male and the other for Student-female. Once you do that, the front end form will provide the option to switch forms and register as one or the other. Hope this helps.