Customizing Client Types and Registration Fields

Hello,

I am currently using Taskhive and I would like to separate two types of clients:

  1. Buyers
  2. Sellers
    I want to display a separate page for each client type.

Is it possible to achieve this separation? Additionally, is it possible to create a specific record type for each?

Furthermore, I would like to include the following fields during registration:

  1. Email
  2. Username (This should be the name that appears after /vendor/username or /buyer/username)
  3. After registration or email confirmation, I want the client to be redirected to /account/settings/ to complete their profile.
  4. I would like to add new fields to the client registration, such as name, date of birth, location, and job title.

Also, I would like to implement a feature that allows clients to submit a photo for identity verification during registration.

Is it possible to incorporate this kind of identity validation? If so, could you provide guidance on how to set up this process, including how clients can upload their photos?

Thank you for your assistance!

Hi,

In our extension, everyone registers through one form. However, users become vendors only when they have at least one published listing (or the direct registration for vendors feature is enabled). Also, please check this doc: How to add a vendor registration form - HivePress Help Center

Adding new fields to the registration will require a custom implementation, please see this sample: Add first and last name fields to the user registration form #hivepress #users · GitHub

To add photo verification, this will also require a custom implementation or integration. But we plan to add this feature in future updates.

Hello Andrii,

Thank you for your response.

I have another question: I would like to have a profile for users who are not vendors as well. In this profile, users would be able to include their name, phone number, email, etc.

How can I achieve this? Is it only possible to have a profile for /vendor, or can I also have a /user profile?

Hi,

You can add this using listing or vendor attributes. You don’t need a custom implementation to create these profiles because they are already available by default.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.