Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi,
I've found the problem, the field
popups__addandsections__addvalues which saved in the database, is not in the right format. You can access your database then update the meta valuepopups__addhttps://pastebin.com/G34dHJSa
sections__addhttps://pastebin.com/Kz37PbxFtake a look at my screen record https://www.loom.com/share/93e5fd228f264cb39f57cc2ee7598f68
Let me know how it goes.
Long Nguyen
ModeratorHi James,
When you get the value of the cloneable group with
rwmb_meta(), it returns an array with the key is indexed from 0, so you can use this key to numbered the group. For more information, please follow the documentation
https://docs.metabox.io/extensions/meta-box-group/#getting-sub-field-value
https://www.php.net/manual/en/language.types.array.phpMay 6, 2020 at 3:55 PM in reply to: ✅Confirmation Before Delete on front end form submission? #19492Long Nguyen
ModeratorHi Brian,
Thanks for the idea, I've created a feature request for the developer team to support confirmation box when clicking the button delete in the post edit screen.
Please keep the plugin up to date and have a nice day.
Long Nguyen
ModeratorHi,
Please use the staging site to protect your website from being broken or unavailable because of installing untested plugin updates, send the information of the staging site to this contact box
https://metabox.io/contact/Thanks.
Long Nguyen
ModeratorHi Robert,
Thanks for the idea, I will discuss with the developer team to research this case to support calculator field. For more information about fields supported, please follow the documentation
https://docs.metabox.io/Long Nguyen
ModeratorHi James,
Do you mean auto-increment value of the field
numberwhen using a cloneable group? Please describe more about the question.Long Nguyen
ModeratorHi Marcodedo,
Please set the post type attribute of the shortcode Frontend Submission to edit the post type in the post dashboard
[mb_frontend_form id='meta-box-id' post_fields='title, content' post_type='feedback']For further information, please follow the documentation
https://docs.metabox.io/extensions/mb-frontend-submission/#shortcode-attributesLong Nguyen
ModeratorHi,
Please add this code
define( 'ALLOW_UNFILTERED_UPLOADS', true );to the filewp-config.phpand should before the line/* That's all, stop editing! Happy publishing. */then upload the file .json again.Long Nguyen
ModeratorHi,
We are working to support Validation while working with MB Builder. At this time, please try to use the code to validate the field.
Please keep the plugin up to date, it will be released soon. Thank you.
Long Nguyen
Moderator@hartsook
Because WordPress gets the user profile picture from Gravatar by ID or email and not save any image information to the database so we can only check the condition of custom avatar which is created by Meta Box and save to the database as a user meta with Beaver Builder.
You can follow the documentation
https://developer.wordpress.org/reference/functions/get_avatar/
https://developer.wordpress.org/reference/functions/get_avatar_data/to check both conditions: available Gravatar and available custom avatar with coding.
Long Nguyen
ModeratorHi,
Please try to create a staging (clone) of your site then send the information of the staging site to our team via https://metabox.io/contact/. We will take a closer look and give a quick response.
Here is a useful guide to create a staging site
https://www.wpbeginner.com/wp-tutorials/how-to-create-staging-environment-for-a-wordpress-site/
or this plugin
https://wordpress.org/plugins/wp-staging/Long Nguyen
ModeratorHi Jason,
We are working to check the issue with the Frontend Submission form and browser validate (HTML required). At this time, you can use the Validation to validate the field in the form.
https://docs.metabox.io/validation/Long Nguyen
ModeratorHi,
The value returned when getting the field
groupis an array, so you need to loop over the array by usingforeach. Please follow this documentation to know how to display thegroupvalue
https://docs.metabox.io/extensions/meta-box-group/#getting-sub-field-valueLong Nguyen
ModeratorHi there,
The default option
stdfor the fieldselectorselect_advancedstill works as well. You can check with my sample code https://pastebin.com/AhgyVKhw generated by Online Generator and see my short screen record.Please check it again and let me know how it goes.
Long Nguyen
ModeratorHi,
I'm using the theme Oxygen and create a Frontend Submission form with the conditional logic but not see the problem. Please try to update the latest version of MB Frontend Submission to v2.2.1 or MB AIO to v1.11.6 then recheck the problem.
I've also made a short screen record when using the Frontend Submission and this theme
https://www.loom.com/share/98d4a25075cc4fe5922dc7af59766dc4 -
AuthorPosts