Support Forum
Support › MB Frontend Submission › Frontend Form Dashboard Shortcode BrokenResolved
Hello,
I am trying to use the Dashboard shortcode described in your documentation for a frontend post. Unfortunately, the dashboard page is not properly linking to the edit page. Here is what I have setup:
This page works properly and will create a new post as expected. The page id for this page is 3773.
Am I missing a setting to get this working? I have tried disabling plugins and that doesn't seem to help.
Hi,
I've checked the shortcode to manage the submitted post and it works as well, please take a look at a short screen record https://www.loom.com/share/0951266ad27c4be2a97651c4ba1e3569
Could you please deactivate all plugins except Meta Box plugins then try to submit a post with your user logged in and check again? And make sure that you are using the latest version of MB Frontend Submission v2.2.1.
I have a similar problem, I don't know if it can be useful to solve both: I have noticed that the page with the list of posts is that of the post type "Posts", while my form writes in the post type "feedback". I have tried in many ways, but the list always shows the Posts
Hi Marcodedo,
Please set the post type attribute of the shortcode Frontend Submission to edit the post type in the post dashboard
[mb_frontend_form id='meta-box-id' post_fields='title, content' post_type='feedback']
For further information, please follow the documentation
https://docs.metabox.io/extensions/mb-frontend-submission/#shortcode-attributes
Yes, now works. Thank you.
Yay! That was all I needed, to add post type, and it worked for me.