Multiple registration form according to different roles - wordpress

I am trying to make the different registration forms according to roles. Like I have 3 roles -> trainers, partner, team. I want to signup all the users with these different-2 forms and need to assign the roles automatically in backend. So, for that I am using the Ultimate member plugin but when I try to register the account with the different forms it always assign the recent created role to the new user. Can anyone please let me know how can I do that?

Going through the mentioned plugin's documentation for adding a form it says there is an option to Assign role to form. Check the image of customing the form widget below
So basically you have to create 3 forms.
Assign the different roles to each form.
Get the shortcode of each form
Create 3 different pages
Paste the shortcode of each form in the respective pages
Share the link to the particular page depends on your need.

Related

how to give access for users (editors actually only for one specific editor such as id is '3333') to leaky paywall's subscribers list - Wordpress

Currently I'm looking for a way to give access to the subscribers list which is belongs to the Leaky Paywall plugin.
The main goal is that when the editor (3333) will login then he should have access the subscribers list like the administrator has since here the administrator has the option to edit the subscriber's information on admin area. I need to give same access for that specific editor so that he can edit all the informations for any subscriber from the list.
There are 2 ways to do this.
1. Let Editor to manage users. Here is an article you try: let editor manage users
2. Create custom create custom user role, and add capabilities to this custom user role so that it can manage subscriber list. Basically, you can just combine https://codex.wordpress.org/Function_Reference/add_role and example from 1.
For example: let's say your new user role is user_manager. When editor (3333) will login assign him/here to user_manager so that he/she will have editor capabilities and also can manage subscriber lists.
I will really recommend to user option 2.

Wordpress: Custom profile form not working in Ultimate member plugin

When I create a custom form for a custom user role using ultimate member plugin, it doesn't work. Only the default profile form works. Please what can be the problem. I need to create different profile forms for different types of users
The cause of this issue is that the original User page only contains the shortcode for the default profile form.
After you create all of your custom profile forms, and assign the relevant roles to each (Form Settings -> Disable Global Settings -> Select Role), you need to add the short codes of all your forms to the User page, just one after another.
UltimateMember will decide which of the forms to display depending on the user's role.
So on the view user page, add the shortcode for the custom form, in addition to the existing default profile form.
It's a bit weird to have multiple shortcodes but it will only show the one for that role.
Also make sure to assign a the Custom Role to the Custom Form, as stated by Michael Rodriguez

adding different types of user accounts in wordpress

I want to add 2 types of users in my wordpress website.I've read this post , but it's not providing any free method.
Multiple User registration forms for different types of users in wordpress
It'll be like "Buyer and Seller" , seller can add auctions and post stuff while buyer can bid. They both would have different access.
I want to verify seller and let them wait until approval while buyer can simply register.
These functions are what "profile builder pro" provide but I don't want to spend on it.
I've tried to use "Ultimate Profile Builder" , but when I add custom fields they don't appear in form.
I've also tried WP registration , it provide very clean forms but problem is that it don't have option to manage different roles - is this possible that I can manage both type of users with single registration form by providing different fields based on role selection(may be i can use radio button for role selection).
It's easy you can learn about all wordpress users types, and whats roles given to all users, below screenshot

Custom Registration

I need to create a custom registration flow and am a bit stuck.
The requirements are as follows:
1 role for all user (Vendor as per WC Vendors)
3 types of users (Wholesale, Retail, Private)
Different profile fields for each type
Different registration form for each type
Different profile page (Buddypress) for each type
Also
I need that the user sign up with minimal details but then force the user to complete their profile in order to be able to use the site (sell products).
So far I have seen many custom form plugins such as Ninja forms and Gravity Forms as well as a couple of front end form plugins such as WP User Frontend and Profile builder but I don't know which one to choose!!!
Any help, advice, support would be greatly appreciated.
Thanks in advance.
Eyal

Content profile for two content types as user registration Drupal

I want to use content profile for multiple content types for user registration. Like I have business content type that I'll use for user how wants to register as business on my site and I have other as Company where company users will register as Company.
Now I've selected use on registration page but I'm only getting business content type for registration and not company. I want both on different url for registration as they are different roles and content types.
I'm using drupal 6.
Thanks in advance for your help.
You should use Auto Assign Role Module http://drupal.org/project/autoassignrole, you will have to fill the settings in the Assign from Path section in admin/user/autoassignrole, you will find options for each role.
Also you must check the "use on registration" option in the content profile section of each content type.
According to your requirements best way to use it is to go with profile2 and profile2_regpath modules. Combination of these modules allows you to create different user registration form with different fields for different user roles with different urls.
This is link of tutorial where you can find proper step to create this functionality:
http://drupixels.com/blog/registration-multiple-user-roles-different-registration-pages-profile-2-module

Resources