Forum Replies Created
-
AuthorPosts
-
June 13, 2025 at 11:26 PM in reply to: ✅Issue displaying translated custom fields group with WPML #48441
Peter
ModeratorHello,
Thanks for reaching out.
Please export the field group to a JSON file, share it with me and the code that you use to output the field value in the frontend. I will help you investigate the issue.
Following the documentation
https://docs.metabox.io/extensions/meta-box-builder/#export--importJune 13, 2025 at 11:03 PM in reply to: Populate a selewct list in a CPT from values set in a Settings Page #48440Peter
ModeratorHello Andrew,
If you want to use the variable or a callback function and assign it to the
optionssetting, please ensure it returns an array of choices. For example:$formatted_options = [ 'cat1_value' => 'Category 1 Label', 'cat2_value' => 'Category 2 Label' 'cat3_value' => 'Category 3 Label', ]You can add the code above to your code and see how it works. Following the documentation
https://docs.metabox.io/fields/select/#settingsPeter
ModeratorHello Artur,
Please update Meta Box AIO plugin to version 2.2.2 to fix this issue.
Let me know if you still experience it.
Peter
ModeratorHello,
Thank you for the details. I can reproduce the issue on my demo site and I've escalated this to the development team to support duplicating the field value along with the post.
Hopefully it will be available soon.
Peter
ModeratorHello,
Yes, if you register the CPT by code, you can remove the CPT from the UI: Meta Box > Post Types page.
Let me know how it goes.
Peter
ModeratorHello,
Thank you for the details. I've escalated this issue to the development team, it should be fixed as soon as possible.
I will let you know when it's done.Peter
ModeratorHello,
Thanks for reaching out.
If you use the code to register the custom post type without using Meta Box, do you see the same issue?
Please follow the documentation
https://docs.metabox.io/extensions/mb-custom-post-type/#getting-php-code
https://developer.wordpress.org/reference/functions/register_post_type/June 10, 2025 at 10:29 PM in reply to: Fill MB CF group in user profile with n8n via API, fields remain empty #48425Peter
ModeratorHello,
Thanks for the details. I'm discussing the issue with the development team and I will get back to you soon.
June 10, 2025 at 9:41 PM in reply to: Meta Box lost ability to update Custom Table Group fields via API after 1.30.5 #48423Peter
ModeratorHello Cameron,
This issue has been fixed in a recent update of Meta Box AIO. Please update MB AIO to version 2.2.1 and let me know if you still experience it.
Peter
ModeratorHello Leo,
Thank you for your feedback.
It is the issue of the registration form to allows the backslash in the password. WordPress itself doesn't allow it in the password when you add a new user.
I've escalated the issue to the development team to fix it as soon as possible.
Peter
ModeratorHello,
The
mbfskey is the default one of the frontend form, you don't need to do anything with it. If you want to use the customization service, please contact us here https://metabox.io/contact/ for more details.June 9, 2025 at 11:23 PM in reply to: ℹ️Change field ID > automatically change all database entries #48416Peter
ModeratorHello,
Thank you for your feedback.
I will inform the development team to consider supporting the option to update the field ID in all places in the database.
Let me know if you have any questions.
June 9, 2025 at 11:00 PM in reply to: Fill MB CF group in user profile with n8n via API, fields remain empty #48414Peter
ModeratorHello,
I import the field group "Rechtliche Zustimmungen" to my demo site and see that:
- the field group location is set to Post instead of User
- the option "Save field value" of the group field is not enabled to save data and display data.
see these screenshotshttps://ibb.co/JwJwpdQJ
https://ibb.co/nsdTCJh6Please correct them, then follow the documentation and test to push some demo data to your site without using Bricks form and third-party n8n API to see if it works.
https://docs.metabox.io/extensions/mb-rest-api/Let me know how it goes.
Peter
ModeratorHello,
Thanks for the details. I understand it based on the screenshot that you shared. Currently, the relation between two objects doesn't have extra value. It just has a connection A <-> B.
If you want to set the extra value like that, I suggest you create a new CPT and set the connection between them. Refer to this topic https://support.metabox.io/topic/displaying-2-custom-post-types-via-a-relationship-custom-post-type/
June 9, 2025 at 10:25 PM in reply to: ℹ️Integrating GDPR-Compliant Math CAPTCHA into MB Frontend Submission #48412Peter
ModeratorNice! Thank you for sharing.
-
AuthorPosts