Hi All,
I want to replace the Email field from registration form with mobile number.
how can I replace that can anyone guide me how to remove or edit email field and add my new mobile number field.
Hi,
Unfortunately, there’s no such feature; it would require a custom implementation. If customizations are required for your site, please try customizing it using the collection of code snippets https://gist.github.com/search?q=user%3Ahivepress and other developer resources, or consider hiring someone for custom work https://fvrr.co/32e7LvY
But, if you’re familiar with coding, you can use these hooks:
hivepress/v1/forms/user_register
Filter: hivepress/v1/forms/{form_name} | HivePress Hook Referencehivepress/v1/models/user/register
Action: hivepress/v1/models/user/register | HivePress Hook Reference
I hope this is helpful to you.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.