submission from frontend form including 2 custom fields groups

Support MB Frontend Submission submission from frontend form including 2 custom fields groups

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31399
    @lupescoto@lupescoto
    Participant

    Hi,
    I have a CPT that uses 2 different custom fields groups,
    is it possible to have a single submission frontend form that shows both custom fields groups at the same time for the user to edit?

    Thanks

    #31400
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Yes, it is possible. You can add more field group (meta box) IDs to the frontend submission shortcode and separate them by commas. For example

    [mb_frontend_form id="meta-box-id1,meta-box-id2,meta-box-id3" post_fields="title,content"]
    

    Refer to the documentation https://docs.metabox.io/extensions/mb-frontend-submission/#shortcode-attributes

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