- This topic has 10 replies, 4 voices, and was last updated 1 year, 10 months ago by .
-
Topic
-
I am trying to create a custom user profile/my account page. I’d like to include name, email, and password. I’ve figured out how to show and edit name, but I can’t figure out how to show the email and password fields.
Per the documentation, I’ve included the id “rwmb-user-info” in my shortcode id list but nothing is showing:
[mb_user_profile_info id="my-account,rwmb-user-info" submit_button="Submit" confirmation="Your information has been successfully updated." label_submit="Update"]
The id of “my-account” is a custom field set with
first_name
andlast_name
I’ve tried adding fields with id’s ofuser_email
andemail
but they aren’t populating with the user email.How do I include password? How do I include email?
Thanks
- You must be logged in to reply to this topic.