• jugertmucoimaj

    (@jugertmucoimaj)


    I have experience working with WordPress sites mostly with e-commerce ones but this time I need to setup a site so a user can either register as one type or another one. But I lowkey dont know where do I start to set it up. Any advices?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Who is to decide what role to assign? The registrant? An administrator? Code based on other provided user data?

    If determined by administrator, you needn’t do anything special. Though you might want to use a roles and capabilities plugin to help you define custom roles. If the registrant or code is to assign the role, you likely need to either modify the existing form or create a completely new one. You’d then need code to process the added fields and save it in appropriate places such as usermeta. Code can assign a role based on submitted information, or just let WP assign the default role.

Viewing 1 replies (of 1 total)
  • The topic ‘Where do I start to implement user registration?’ is closed to new replies.