Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi,
Yes, it is the default behavior of MB Group to prevent saving empty values to the database (just raw/minimalist values). You can see on the documentation https://docs.metabox.io/extensions/meta-box-group/#sub-field-values
Long Nguyen
ModeratorHi,
It looks like you are using the form validation, please read more here https://docs.metabox.io/extensions/mb-frontend-submission/#validation
Please share the code that creates the field group added to the form and validation code. I will help you to check the issue.
Long Nguyen
ModeratorHi,
Thanks for your feedback.
This issue has been fixed in a new commit and it will be included in the next update of this extension.
Long Nguyen
ModeratorHi,
You are using the validation
extensionto validate the extension of the image uploaded. But this rule only works with two field typesfileandimagewhile your field type isimage_upload. I've changed the field Featured Image to the typeimagethen I can upload the image and submit the form as well.Please read more on the documentation https://docs.metabox.io/validation/
October 19, 2022 at 9:44 PM in reply to: Second validation message with rwmb_frontend_after_display_confirmation #38748Long Nguyen
ModeratorHi,
The action is run behind the scene, the page is reloaded after clicking the submit button so if you use the JS code to print out something, it will not display. You should use it to trigger an action like updating something to the database or sending an email to an address to see how it works.
October 19, 2022 at 12:40 PM in reply to: Menu position of custom post type with two settingspages #38745Long Nguyen
ModeratorHi Cees,
You should select the option "Show as sub-menu of Beheer" to display CPT under the settings page menu.
https://monosnap.com/file/DiFHNW8UBsHmr0d43edPHueT3yIndsLong Nguyen
ModeratorHi,
You can share the private info via this contact form https://metabox.io/contact/
I will check it out.October 18, 2022 at 11:05 PM in reply to: ✅Image upload options says upload error & media popup loads at the bottom #38738Long Nguyen
ModeratorHi,
It looks like the style files (CSS, JS) are not loading correctly so the option to delete the image uploaded is not displayed. It should display like this https://monosnap.com/file/GxKUSOoEB14t2tPDW1QfBj7Pv3T1Sk
Please try to deactivate all plugins except Meta Box, MB extensions and switch to the standard theme of WordPress (2022) and recheck this issue.
Long Nguyen
ModeratorHi Pat,
Please refer to this topic to resolve this issue https://support.metabox.io/topic/text-tab-of-the-wysiwyg-editor-is-empty/
You can use this plugin to implement the CSS code in the admin area https://wordpress.org/plugins/admin-css-mu/
Long Nguyen
ModeratorHi,
Can you please share the page URL that has the frontend submission form? You can also try to deactivate all plugins except Meta Box, MB extensions and switch to the standard theme of WordPress (2022) and recheck this issue.
Long Nguyen
ModeratorHi,
If you are familiar with coding, you can follow this documentation to know how to set a connection between two objects manually https://docs.metabox.io/extensions/mb-relationships/#creating-connections-programmatically
Long Nguyen
ModeratorHi,
Which is the field type
add_co_author? If it is a simpletextorselectfield, you can check the field value as well. And please correct theifstatement,ishould be in lowercase.$co_author_email = rwmb_meta( 'academicadd_co_author', '', $post->ID ); if ( $co_author_email == 'y' ) { echo "Yes"; }Long Nguyen
ModeratorHi,
Currently, there is no way to remove the confirmation password. I will inform the development team to consider supporting this case in future updates.
Long Nguyen
ModeratorHi,
The relationship is registered in a new/separate meta box and it is not a standard field type to re-order like default fields. You can use the object fields like
postto do that. Please read more on the documentation https://docs.metabox.io/fields/post/Long Nguyen
ModeratorHi,
It is possible that there is a plugin or a block of code that prevents the non-logged in user to view the field settings on your site. I do not see that on my local site, please check this screenshot https://monosnap.com/file/URvMeBWjg6BZSB6Zwgk0f7ptHHQBIl
-
AuthorPosts