Hi Everyone,
I want to do some customizations in hivepress Registration form. Can anyone guide me how to do this.
Funny I asked the same a few hours before you, I think we might want to achieve the same Login / Register Modal Design
Hi,
You can customize this form, but additional PHP and CSS snippets are required. For example, with this PHP snippet, you can add new fields to the form, namely first name or last name Add first and last name fields to the user registration form #hivepress #users · GitHub
If customizations are required for your site, please try customizing it using the collection of code snippets Search · user:hivepress · GitHub and other developer resources, or consider hiring someone for custom work https://fvrr.co/32e7LvY
Alternatively, you can send your proposal via this link, and we will estimate the implementation Request a Quote
I believe this will be useful to you.
Hi Andrii,
Thanks for your reply, the fields of the register are good, I would like only to change the appearance.
If you could point me to the right direction how to customize the modal design that would be great.
Hi andrii I want to add about 10 fields in Register form how can I do this or can I create a new form using contact form 7 and then connect it to registration.
Kindly guide mw about the best solution from these two options and also provide me the solution.
Hi,
Unfortunately, this kind of customization will require PHP or CSS tweaks, depending on your needed changes.
Hi,
To add PHP or CSS snippets, please check this doc How to add custom code snippets - HivePress Help Center. If you need to add more fields to the registration form, you need to 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.