Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
There are some similar questions in the past and we recommend having one frontend form per page instead of multiple forms. Because hey won't work correctly, please check this reply https://support.metabox.io/topic/can-i-have-more-than-two-front-end-submission-lists-checked-in-one-place/#post-48374
Thank you.
January 19, 2026 at 10:54 PM in reply to: imported data in custom table not showing in WordPress #49630Peter
ModeratorHello,
Yes, you can remove the NULL option. However, you need to delete all rows that have the NULL value first, then change the column file upload to not null.
Peter
ModeratorHello,
There isn't an option to assign the post title to book title value in the database directly. If you are familiar with coding, you can try to use the action hook
rwmb_after_save_fieldto update field value after saving the post. Following the documentation https://docs.metabox.io/actions/rwmb-after-save-field/January 19, 2026 at 8:49 PM in reply to: imported data in custom table not showing in WordPress #49625Peter
ModeratorHello,
Thanks for reaching out.
Can you please let me know how you save the empty value? When edit a post and save or import data?
If you edit a post and save, the empty value won't be processed and the NULL value won't be inserted into the database.Peter
ModeratorHello David,
Thanks for your feedback.
There is an issue with the Image block in the Block Editor field. I've escalated the issue to the development team to fix it as soon as possible.
January 17, 2026 at 9:07 AM in reply to: [BUG] Cloneable fields group with advanced image field: images not always shown #49619Peter
ModeratorHello,
I'm sorry about this experience. The issue is still in our development queue. We've worked on it but there are still some edge cases that do not work correctly. We will include the fix for the issue in future updates when those cases are covered.
Thanks for your patience.
January 16, 2026 at 8:39 PM in reply to: Feature request: allow custom RichText formats in Block Editor field #49618Peter
ModeratorHello Stephen,
Thank you for your feedback. I will forward your request to the development team to consider supporting custom rich-text format in the Block editor field.
Let me know if you have any questions.
Peter
ModeratorHello Ahmed,
Thanks for reaching out.
Please enable WP debug log https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
and repeat steps to see the error message, then share the error log with me. I will help you investigate the issue.Peter
ModeratorHello Bertus,
Thanks for reaching out.
Please share your site admin account by submitting this contact form https://metabox.io/contact/
Let me know where I can see the issue, I will help you check the settings on your site and investigate the issue.January 9, 2026 at 9:28 PM in reply to: After importing a metabox, its field custom attributes are not editable #49610Peter
ModeratorHello,
Thank you for reaching out and for your feedback.
I can reproduce the issue on my site and I've escalated this to the development team. The fix for the issue will be include in future updates of Meta Box plugins.
Peter
ModeratorHello,
Thanks for reaching out.
The issue has been fixed in the commit https://github.com/wpmetabox/mb-custom-post-type/commit/2dcf8fb5fa46b602cc9664e1386336407d26941d
it will be included in the next update of Meta Box AIO plugin.Peter
ModeratorHello,
The
taxonomyfield type will set the post term, like the default Category box of WordPress, so it doesn't work with a custom block or a subfield inside a group field. Refer to the documentation
https://docs.metabox.io/fields/taxonomy/Thanks.
Peter
ModeratorHello Paul,
Thanks for reaching out.
Can you please remove other fields and recheck this?
'fields' => [ [ 'id' => $block_prefix . 'posts_per_page', 'name' => 'Number of Posts', 'type' => 'number', 'std' => 5, 'min' => 1, 'max' => 12, ] ],and please note that the default value will work if the custom block doesn't have any value, otherwise, it doesn't work.
Peter
ModeratorHello,
Thanks for more details.
If there is no conditional logic, I don't see the issue on my demo site. I can have the same subfield IDs in different group fields and I can edit them as well, you can see this screenshot https://imgur.com/ki9Y8MZ
If you know how to reproduce it with clear steps, please let me know.January 6, 2026 at 10:18 PM in reply to: Custom Field automatically set to required to fill when it’s not set #49595Peter
ModeratorHello,
I see there is a validation "Required" in the JSON export file
"validation": { "rules": { "sitewide_primary_company_primary_email_role_label": { "required": true } } }Please edit the field, remove this setting and recheck the issue. Screenshot https://imgur.com/rqvNhaf
Refer to the documentation https://docs.metabox.io/validation/ -
AuthorPosts