Hello, I would like Internet users to be able to specify that they are professionals when they register. Is this possible?
Hi,
Unfortunately, there is no such function to add a field or option to the registration form, it will require a custom implementation. For example, by using this PHP snippet you can add first and last name fields to the user registration form Add first and last name fields to the user registration form #hivepress #users · GitHub. If you’re not familiar with coding, I recommend creating mandatory vendor attributes as a workaround, you can check this doc How to add vendor profile fields - HivePress Help Center
I hope this is helpful to you.