Forum Replies Created
-
AuthorPosts
-
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.
Peter
ModeratorHello,
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello Nick,
Thanks, understood. However, the custom model doesn't have the author like WordPress post to show the entry when the author logged in. I will inform the development team to consider supporting that feature in future updates.
Peter
ModeratorHello Tanja,
Thanks for reaching out.
It looks like you are using some custom code and bypassing the
mbfs_keyparameter of the form. This is important to make the form work. If you remove your custom code, does the form work properly? If so, I'm afraid that we don't support the customization code; it is beyond our scope of support.If you want to have the customization service with an extra fee, please contact us here https://metabox.io/contact/
for more details.Peter
ModeratorHello Nick,
You can restrict the form to display only when the user logged in by using the PHP code and adding a condition to check it. For example: using the WordPress function is_user_logged_in()
if ( is_user_logged_in() ) { //put the form shortcode here }I hope that helps.
Peter
ModeratorHello,
I understand that you want to display all the connection course posts of Mr. X teacher. You can use the function
get_connected()to get the connection based on Mr. X post ID.Please follow the documentation https://docs.metabox.io/extensions/mb-relationships/#getting-connected-items
Let me know if it helps.
-
AuthorPosts