I also want to use separate pages and have a specific question: where can I modify the standard text displayed on the dashboard?
in detail:
While using [user_registration_my_account] the “dashboard” displays a standard text with two links i.e.: “From your account dashboard you can edit your profile details and edit your password.”
problem:
‘profile details’ can not be edited and an error message occurs.
Hi @snehalvolvoikar29,
To use separate pages for login and registration, what you can do is, create a login page and use the shortcode [user_registration_login] on the login page. It will display the login form for the user and when they are logged in, they can be redirected to the account dashboard.
And you can create another page called My Account where you can use [user_registration_my_account] shortcode which will be used to show the account details.
I hope it helps. More information at https://docs.wpeverest.com/user-registration/docs-category/registration-and-login-form/
Regards!
Hi @jahesa,
I would suggest creating a different ticket for your question so that it would help us keep track of your individual issue.
Anyway, regarding the specific question, Please go through this doc: https://docs.wpeverest.com/user-registration/docs/how-to-edit-user-registration-template-files-such-as-login-form/ and read the “Suppose Yu need to edit dashboard” part.
It should help.
Regards!
Thanks. I’ll follow the docs.