User Dashboard not showing post types

Support MB Frontend Submission User Dashboard not showing post typesResolved

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #34558
    kadotakadota
    Participant

    I've created an MB Frontend Submission form for a new post type. The submission works and the post type gets populated with these items. However, even though they appear in the admin panel, that's not the case for the User Dashboard, which shows 0. This only seems to work with WordPress posts, which doesn't make much sense. Any ideas here? Thanks!

    #34569
    Long NguyenLong Nguyen
    Moderator

    Hi,

    You need to add the attribute post_type to the frontend submission shortcode to show the post type on the user dashboard. Like this

    [mb_frontend_form id="meta-box-id" post_fields="title,content" post_type="cpt-slug"]
    
    #35683
    Timo WesselsTimo Wessels
    Participant

    Do I have to put the post_type"cpt-slug" inside my (mb_frontend_form = post where to submit the form) or where I'm showing the Custom Dashboard

    #35684
    Timo WesselsTimo Wessels
    Participant

    Settled =) Just figured it out by myself it should be at the Post, where I want to submit the Form =)

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