Hello,
I have meta box with Metabox AIO (so User Profile included).
To underdtand how it works, I try to follow this tuto: https://docs.metabox.io/extensions/mb-user-profile/
My first issue is that the shortcode mb_user_profile_register id="meta-box-id" label_submit="Register" confirmation="Your account has been created successfully." does not work.
I have no error message, it's just not recogniszed.
The same issue with
mb_user_profile_login label_submit="Submit" label_remember="Remember" label_lost_password="Lost Password?" confirmation="You are now logged in."
or
mb_user_profile_info id="meta-box-id" submit_button="Submit" confirmation="Your information has been successfully submitted. Thank you."
or
mb_user_profile_info id="default-fields"
So, do I have to install something before using this shortcode?
(for your information, the other shortcodes of the plugin like mb_frontend_dashboard edit_page="124" work).
Thank you for your help.
(I removed the "[" in the shortcode to publish the post)