Move and change information "Please check your email to activate your account" in user registration form

Hi.
I,m using JobHive and I have many required attributes in my user registration form.
In the HivePress / Settings / Users section, I have the “Require email confirmation” option checked.
After registration, the user must confirm their email address, but they don’t see the “Please check your email to activate your account” message, as shown below:

They have to scroll up to see this information, but it’s not an obvious action for the user.

My questions are as follows:

How can I change this information text to my own?

How do I move this information so it’s above the “Register” button? Then it will be visible to the user.

Hi,

You can change the text using Loco Translate: How to change any static text - HivePress Help Center.

There is no simple solution for changing the place of the notification, but a possible workaround can be to use the registration page instead of the modal. You can use this code snippet and change the trigger from #user_login_modal to #user_register_modal. You can also create a custom page in WordPress > Pages and add the User Registration Form block there. This will solve the issue since, when the form is placed inside a regular page, it automatically scrolls to the top if there’s an error or a success message.

Hope this helps

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