Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Marcus,
Thanks for reaching out.
I see the tab Meta Box Group Skin is not displayed when activating WPML. But you can click on All items to see the MB Group Skin template. Please check this screenshot https://ibb.co/1YzwVQLb
Let me know if it works on your site.
Peter
ModeratorHello Ryan,
If you want to customize the frontend form templates, please follow the documentation
https://docs.metabox.io/extensions/mb-frontend-submission/#templatesThere is no builder to customize the templates but you can use PHP code to customize them.
June 5, 2025 at 11:49 PM in reply to: ✅Bug report: Quick edit for posts with a custom taxonomy not working/updating #48384Peter
ModeratorHello Rod,
I try to reproduce the issue but don't see that. I create a field group, assign it to a custom taxonomy then I quick edit a post that has the taxonomy and it is updated as well.
Can you please let me know how to reproduce the issue from a clean installation? And please export your field group then share it with me. I will help you check if the issue arises from this field group.
https://docs.metabox.io/extensions/meta-box-builder/#export--importJune 5, 2025 at 11:26 PM in reply to: Fill MB CF group in user profile with n8n via API, fields remain empty #48383Peter
ModeratorHello Matthias,
Can you please provide more information about the issue?
- What is the REST API URL you use to send and get the field value?
- Can you check the user meta key and value in the table wp_usermeta and confirm that the updated value is stored in the database?
- Please export the field group and share it with me. I will import it to my demo site and investigate the issue.
- Also share the form shortcode that you are using.Thank you.
June 5, 2025 at 11:18 PM in reply to: Extend MB User Registration Form in Bricks Builder with fields #48382Peter
ModeratorHello,
I understand that you want to have some checkbox fields, when a field is checked, it will auto-populate some data into the hidden field.
There isn't an option to do so, but I suggest you use the action hookrwmb_after_save_fieldto update a field value after saving all fields.
Following the documentation https://docs.metabox.io/actions/rwmb-after-save-field/Or create some JavaScript code to populate data in the DOM. If you are not familiar with coding, we offer a customization service with an extra fee. Please contact us here for more details https://metabox.io/contact/
June 5, 2025 at 11:09 PM in reply to: How can I display the login and registration form in Bricks Builder? #48381Peter
ModeratorHello Matthias,
For the registration form shortcode, we support the attribute
show_if_user_canto show the form even if you login as the administrator. For example:[mb_user_profile_register show_if_user_can="manage_options"]Please read more about the shortcode attributes in the documentation https://docs.metabox.io/extensions/mb-user-profile/#registration-form
For the login form shortcode, this attribute is not supported. So if you want to check the form, please logout or use the incognito mode of the browser.
June 4, 2025 at 10:26 PM in reply to: Can I have more than two front-end submission lists checked in one place? #48374Peter
ModeratorHello,
I'm afraid that it isn't possible. You should use one frontend form on a page instead of multiple forms. Reference https://support.metabox.io/topic/multiple-front-end-forms-on-one-page-and-url-parameter-queries/
Let me know if you have any questions.
Peter
ModeratorHello Marcus,
Thank you for your feedback.
I've escalated this issue to the development team. It should be fixed in the next update of Meta Box AIO plugin.
Peter
ModeratorHello,
Yes, please keep using the single plugin MB Divi Integrator. I've reported this issue to the development team to fix it soon. The fix for this issue should be included in the next update of MB AIO.
Thank you.
Peter
ModeratorHello,
1. Yes, but we already have a note in the documentation
If you have a Google Maps field in your field group, then you can set the Google API key once, either for the Geolocation extension (as above) or for the map field. No need to enter the same key for both of them.You can add the API key to the map field and enable
'geo' => true,for the field group settings. I will inform the content team to update the documentation.2. The field
cityis supported when using Open Street Map (OSM) instead of Google Maps. So the documentation is still valid. Following the documentation https://docs.metabox.io/extensions/meta-box-geolocation/#address-fieldPeter
ModeratorHello,
Do you use the HPOS feature of WooCommerce? If so, please switch to the legacy option "WordPress posts storage" to use the MB field group when editing the order.
June 3, 2025 at 9:34 PM in reply to: ℹ️Integrating GDPR-Compliant Math CAPTCHA into MB Frontend Submission #48363Peter
ModeratorHello,
I'm afraid that there isn't a way to add a custom captcha to the frontend submission form, only Google reCaptcha is supported.
I will inform the development team to consider supporting an option to add a custom captcha to the frontend form.Thank you.
June 2, 2025 at 11:43 PM in reply to: Can I have more than two front-end submission lists checked in one place? #48362Peter
ModeratorHello Lee,
Do you mean to have a frontend submission form and a frontend dashboard on the same page? After the user submits a post, they can edit the post on the same page.
If so, you can add two frontend shortcodes or blocks on a page as per your requirements.
Peter
ModeratorHello Topher,
On the page https://goheartside.com/business-type/coffee-shop/
I see you are using Open Street Map (OSM field), maybe to fix the issue temporarily.If there is an error message in the Console tab of the browser devtool, there could be 2 issues:
1. The map API key isn't configured correctly.
2. Another plugin or module also uses another map API key and it can affect the map field of Meta Box.You can recheck point 1 in your Google account. For point 2, try to deactivate all plugins except Meta Box plugins and switch to a WordPress theme.
Let me know how it goes.
Peter
ModeratorHello,
I don't see that issue when activating Meta Box AIO and MB Divi Integrator, here are some screenshots on my demo site https://imgur.com/a/H4kO6Hr
Can you please edit the page with Divi, add a new Meta Box Field module and recheck the issue?
-
AuthorPosts