Forum Replies Created
-
AuthorPosts
-
December 3, 2025 at 10:35 PM in reply to: ✅Custom rwmb_profile_register_fields do not save to usermeta? #49469
Peter
ModeratorHello,
Thanks for reaching out.
first_nameis the default field of WordPress for user so it won't be saved to the usermeta if you use the profile form. You can try with another field ID likefirst_name_abcand recheck this. Refer to the documentation
https://docs.metabox.io/extensions/mb-user-profile/#default-fieldsDecember 2, 2025 at 10:32 PM in reply to: ✅"Something went wrong. Please try again!" when opening Custom Field Group #49461Peter
ModeratorHello Motiveink,
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Thank you.
December 2, 2025 at 10:31 PM in reply to: ✅Something wrong with the connection to metabox.io. Please try again later. #49460Peter
ModeratorHello,
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Thank you.
Peter
ModeratorHello,
As I mentioned previously, you can delete the field group with the builder (UI) but not the JSON file, see this screenshot https://imgur.com/PVKtL1p
If you want to delete the JSON file, you can delete it in the folder
mb-jsonmanually.Peter
ModeratorHello Nick,
Thanks for reaching out.
I'm not able to reproduce the issue on my site when enabling the option
hide_from_frontfor subfields in a cloneable group field and submitting a user profile form. Could you please create a new field group with some sample fields and try to reproduce the issue?
Let me know steps you take on your site.December 1, 2025 at 11:01 PM in reply to: Migration Error/Stuck on Field Groups, with warning: Undefined array key "id" #49443Peter
ModeratorHello Michael,
Thanks for reaching out.
Do you see the folder
mb-jsonin your theme/child theme folder? If so, please try to delete it and continue migrating data to Meta Box again.Let me know how it goes.
Peter
ModeratorHello François,
Thanks for reaching out.
I understand that there are 2 issues in your screen record:
1. You update the field group ID and Meta Box creates a new local JSON file under the
mb-jsonfolder.
2. You disable the field group but the fields still display on the editing page.Both of them are expected and work as they are. If you change the field group ID, Meta Box will create a new JSON file based on the new ID. The JSON file will be deleted if you delete the field group with UI. Otherwise, you need to delete the JSON file in the folder
mb-jsonmanually.Second thing, there is a note in the documentation https://docs.metabox.io/local-json/#syncing-changes
Syncing from JSON to the database has only one purpose: to edit fields visually, and then sync back to JSON files (or export to JSON file to save somewhere else). Meta Box will NOT load fields from the database (to avoid making unnessary queries), and use JSON files only.That means Meta Box will load fields from JSON files, not from the UI field group in this case.
December 1, 2025 at 10:36 PM in reply to: ✅Something wrong with the connection to metabox.io. Please try again later. #49441Peter
ModeratorHello,
Can you please share the whole screen when you are on the Extensions page on site B?
November 28, 2025 at 10:50 PM in reply to: ✅Something wrong with the connection to metabox.io. Please try again later. #49434Peter
ModeratorHello Yves,
Thanks for reaching out.
I'm not sure what's wrong on the License page on your site, but you can use the workaround by adding the code below to the file wp-config.php to activate license key by code
https://docs.metabox.io/updates/#can-i-define-the-license-key-via-a-constant-in-wp-configphpdefine( 'META_BOX_KEY', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ123456' ); // Your Meta Box license key.Then you can try with UI option later.
November 27, 2025 at 11:08 PM in reply to: SubmissionForm error Undefined array key "post_fields" #49428Peter
ModeratorHello Emma,
This issue has been escalated to the development team and we are working on it. It will be included in the next update of Meta Box plugins.
Thanks for your patience.
Peter
ModeratorHello Kevin,
Thanks for reaching out.
Can you please print out the value from this code
get_post_meta( $nom_etude, 'liste_medicaments', true ) ?: []? I want to check if it has the correct structure as the field settings.November 27, 2025 at 8:55 PM in reply to: Importing JSON with Group breaks/removes Query ARGS #49426Peter
ModeratorHello Thomas,
Thanks for reaching out.
I can reproduce the issue on my demo site and I've escalated the issue to the development team to fix it soon.
In the meantime, you can delete the query args, save the field group and add the query args to the post field again.November 26, 2025 at 11:57 PM in reply to: Cloneable group on settings page returns stale data — direct SQL correct #49421Peter
ModeratorHello,
The strange thing is that only one specific group has the issue. Could you please export the settings page and all related field groups to JSON files and share them with me?
Following the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--importThanks.
November 26, 2025 at 10:30 PM in reply to: ✅Meta Box AIO Builder crash with "Something went wrong" on large field groups #49417Peter
ModeratorHello Siki,
I import your field group to my site but don't see that issue, screenshot https://imgur.com/6Pax2UX
Can you please share your site admin account so I can take a closer look? You can submit this contact form to share the info https://metabox.io/my-account/
November 26, 2025 at 10:14 PM in reply to: Unable to save due to email field is set to required #49416Peter
ModeratorHello Tom,
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look. -
AuthorPosts