Sign in/register form

hello.there are only email and password field in register form.how can i add additional fields in this form?i would like to add a field accepting mobile number.

1 Like

Sorry, there’s no simple code snippet for this, while it’s easy to add a field this would also require some validation and storage, also adding the same field to the user profile form (to change it later).
Please consider adding custom vendor attributes (if you mark these as Editable and Required users will have to fill them before adding the first listing), or you can try using this sample snippet for adding the first & last name fields to the registration form Add first and last name fields to the user registration form #hivepress #users · GitHub

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