Forum Replies Created
-
AuthorPosts
-
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.
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-field -
AuthorPosts