• Resolved aojohnson

    (@aojohnson)


    Hello, I’m wondering if this plugin will work to create user profiles for different roles? For example, “Employer” and “Employee”. I would require a user to sign up as one or the other and then require and display different fields for each role.

Viewing 1 replies (of 1 total)
  • Plugin Author Prashant Walke

    (@walkeprashant)

    Yes, WP User can create user profiles for different roles.

    You Can use following attribute for custom form
    [wp_user active=’register’ role=’subscriber’]

    role : Set role for new register user via register form. You can set different role for different form. By Default subscriber role

    Ex. [wp_user role=’subscriber’]
    Ex. [wp_user role=’Employer’]

    Let me us know in case any query. Happy to Help!!

Viewing 1 replies (of 1 total)
  • The topic ‘Create Profiles for Different Roles’ is closed to new replies.