Forum Replies Created
-
AuthorPosts
-
July 21, 2025 at 10:39 PM in reply to: MB Frontend Submission Upload Fails for Non-Admins -302 Redirect to wp-login.php #48588
Peter
ModeratorHello Vincent,
What is the image/file field type that you used to allow the author to upload files? If you use the builder, please export the field group to a JSON file and share it with me
https://docs.metabox.io/extensions/meta-box-builder/#export--importI will import your field group to my site and try to reproduce the issue.
Peter
ModeratorHello there,
Please update Meta Box AIO to new version 2.3.1 to fix this issue. Let me know if you still experience this.
Thank you.
Peter
ModeratorHello,
In the new version, you can click on the tab Re-order on the post listings page to re-order posts. Please check this screenshot https://ibb.co/21KVhzKD
Thanks.
July 16, 2025 at 9:37 PM in reply to: How to map a checkbox list meta box field to a Gravity form checkbox list field #48577Peter
ModeratorHello Olivier,
Maybe the data type of Meta Box is different from the GF field. You can try again with simple text and see if it works.
Also, the Meta Box field must have a value in the database to let GF look up in the column meta_key and meta_value (table wp_postmeta).Peter
ModeratorHello Rebecca,
Thanks for reaching out.
>> I'd like to be able to select a relationship to other listing entries in the front-end post form.
>> How do I integrate the fields into a front-end post form?You can follow this reply to add the relationship meta box to a front-end form
https://support.metabox.io/topic/front-end-form/#post-47960
and our documentation https://docs.metabox.io/extensions/mb-frontend-submission/>> How can I save my bidirectional relationships in the field groups?
It isn't possible. The relationship saves data to a separate table wp_mb_relationships.
https://docs.metabox.io/extensions/mb-relationships/#database>> Which field do I select for this in the WSForm plugin, and how do I set it up?
It is beyond our scope of support. Please contact WSForm support to get further assistance.
Peter
ModeratorHello,
No, I didn't receive your email with the credentials. Can you please share it again?
Peter
ModeratorHello Jordan,
Thanks for reaching out.
Can you please share the full fatal error log and the field group JSON file after exporting it? I will help you investigate the issue.
Please follow the documentation https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
to enable WP debug log.Peter
ModeratorHello Nick,
I've escalated the #1 issue to the development team to fix this. For #2 issue, if you know how to reproduce the issue with clear steps, please let me know. I will investigate it and get back to you soon.
Peter
ModeratorHello Tanja,
I don't see any issues through your screen record. Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.July 10, 2025 at 9:39 PM in reply to: ℹ️Bug: Admin Columns not working properly with MB Builder RC1 #48554Peter
ModeratorHello Simon,
Thanks for reaching out and for your feedback.
I can reproduce the issue on my demo site when using builder RC1. I've escalated this issue to the development team to fix it in the next update of builder plugin.
Peter
ModeratorHello Tanja,
Thanks for reaching out.
Can you please share a screen record of the issue on your end? Specifically, the tab Settings of the field group.
I will help you investigate the issue.
July 8, 2025 at 10:35 PM in reply to: rwmb_frontend_validate for cloneable groups issue with set_post_data #48549Peter
ModeratorHello Nick,
>> I assume the cleanup operation for the forms cloneable groups is not removed
Yes, the cleanup process will be executed when saving the field value. If you set the post data when using the filter hook, you can check if a field value is not empty before setting the post data.
I will also inform the development team to recheck this case and see if we can improve this in future updates.
Thank you.
Peter
ModeratorHello Nick,
Thanks for reaching out.
I can reproduce the #1 issue. This happens when you don't add any value to the field group and submit the form. You can try to add at least a field value or remove the setting
clone_empty_startto fix this issue.I cannot reproduce #2 issue because the object ID 0 is not available in the database. The column ID is incremental and starts from 1. Do you use any custom code to adjust the form?
Peter
ModeratorHello Joshua,
Thanks for reaching out.
I'm afraid that there isn't a way to move the relationship meta box to a field group as a custom field. I will inform the development team to explore the possibility.
July 7, 2025 at 9:41 PM in reply to: Getting Items for a MB View via RestAPI (e.g. from Amelia Events)? #48542Peter
ModeratorHello Oliver,
If Amelia supports getting events via Rest API, you can create a custom PHP function to get the events and return the expected data.
Then in the View editor, you can call the custom function viamb.proxy to get the data and output in the frontend. Refer to this documentation https://docs.metabox.io/extensions/mb-views/#running-php-functions -
AuthorPosts