Meta Box
Support Forum
Support › MB Frontend Submission › Populate form on the frontendResolved
Hello, how do you suggest I code an edit form with populated data from a record of a custom type created with MB?
This record has complex field such as multi upload.
How to create and populate such a form?
Hi Benj,
The extension MB Frontend Submission only helps the visitor/user can submit the post with the prebuilt shortcode to show the form.
If you want to create your own form and pull the value from the field, please try to use the function rwmb_the_value() or rwmb_get_value() or the shortcode.
rwmb_the_value()
rwmb_get_value()