How to Create a Frontend Submission Form with Custom Meta Fields?

Support MB Frontend Submission How to Create a Frontend Submission Form with Custom Meta Fields?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #47135
    dijitalgezgindijitalgezgin
    Participant

    Hello,

    I have three list items (meta fields) on my site, and I want users to create recipe submissions using these fields from the frontend. How can I create a frontend submission form that allows users to fill in these meta fields?

    An example or instructions on how to include my custom meta fields in a frontend submission form would be sufficient.

    Thank you for your assistance.

    Best regards,

    #47147
    PeterPeter
    Moderator

    Hello,

    If you have a separate group with 3 custom fields, you can add the field group ID (meta box ID) to the frontend form shortcode to allow users to submit 3 fields in the frontend form.
    Please follow the documentation https://docs.metabox.io/extensions/mb-frontend-submission/#faq

    Here is an example:

    [mb_frontend_form id="meta-box-id-1,meta-box-id-2,meta-box-id-3" post_fields="title,content"]

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.