Warning: The following meta box are not available: "meta-box-id".

Support MB User Profile Warning: The following meta box are not available: "meta-box-id".Resolved

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #27495
    ThibautThibaut
    Participant

    Hello,

    Suddenly I got the above message, the form is displayed though (including this message). This is for the registration frontend form.

    Thank you.

    #27528
    Long NguyenLong Nguyen
    Moderator

    Hi,

    That means there is no meta box that has the ID meta-box-id. It's the sample value for the ID of the registration shortcode. You need to replace it with your activate field group ID https://docs.metabox.io/extensions/meta-box-builder/#creating-a-field-group

    The attribute ID of the registration form is optional, you can remove it as you want.

    #27534
    ThibautThibaut
    Participant

    I don't have have a metabox, as described in the docs, I am using the default one, it used to work now it doesn't.

    #27541
    Long NguyenLong Nguyen
    Moderator

    Hi,

    The new version of MB User Profile shows the warning when the meta box ID is not available but you are using it in the shortcode. Please just remove it.

    Docs:

    [mb_user_profile_register id="meta-box-id" label_submit="Register" confirmation="Your account has been created successfully."]
    

    change to:

    [mb_user_profile_register label_submit="Register" confirmation="Your account has been created successfully."]
    
    #27544
    ThibautThibaut
    Participant

    Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.