Create a Frontend Submission from an existing CPT

Support MB Frontend Submission Create a Frontend Submission from an existing CPT

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #31839
    TonyTony
    Participant

    Hi,

    Wondering if this was possible and what it would take if I can grab all the meta key values from the CPT that was created by another plugin.

    Ideally, I'd like to create a customized Frontend Submission form that special users can use to submit the cpt.

    #31841
    TonyTony
    Participant

    I'm trying re-creating this existing frontend form submission to make it do the following:

    1. Have a multi-step form
    2. Style it better
    3. Remove or don't need unnecessary fields.

    You can see their example.
    https://webnus.net/modern-events-calendar/front-end-submission/

    The tricky parts I'll need help with is tying their meta key values in array for the "Add Ticket" repeating group works. Does anyone know how this can be done?

    Other Questions in relation to Frontend Submissions:

    1. When the user submits, the submission will be pending but the user will get notified of the submission via email and also when the post gets approved. Is there such a feature in MB that does this?
    2. All the user to edit their post without the user profile/dashboard. Is this possible?
    #31849
    TonyTony
    Participant

    is this the only way to get support?

    #31863
    Long NguyenLong Nguyen
    Moderator

    Hi Tony,

    Let me answer your questions.

    1. When the user submits, the submission will be pending but the user will get notified of the submission via email.
    Yes, it is possible. You can follow this documentation to know how to do with coding
    https://docs.metabox.io/extensions/mb-frontend-submission/#form-actions

    2. and also when the post gets approved
    You can also create a custom function to send an email to the user after you approve the post.

    3. All the user to edit their post without the user profile/dashboard.
    No, if they do not edit the post on the frontend dashboard, they can edit their posts on the backend (admin area).

    4. Have a multi-step form
    The frontend submit does not support showing multi-step form.

    5. Style it better - Remove or don't need unnecessary fields.
    You can customize the form on your own with custom CSS code. Create a new field group with necessary fields and put the field group ID to the frontend submission shortcode to show on the form.

    #31918
    TonyTony
    Participant

    So, I can create a frontend submission for an existing cpt that's not created by metabox?

    #31926
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Yes, of course. Meta Box can work with all available post types even it is created by the code or another plugin. Please read more on the documentation https://docs.metabox.io/extensions/mb-frontend-submission/#shortcode-attributes

    For example

    [mb_frontend_form post_fields="title,content" post_type="your-cpt-slug"]
    
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.