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:
- New Announcement - Page with the following shortcode: [mb_frontend_form id='announcements' post_fields="title,content" post_status="publish" submit_button="Publish" confirmation="Your announcement was successfully published!"]
This page works properly and will create a new post as expected. The page id for this page is 3773.
- Manage Announcements - [mb_frontend_dashboard edit_page="3773"]
Despite having created posts using the page "New Announcements" this dashboard page always shows "You have 0 posts. Add New You currently have no posts." When I click the "Add New" part of the text on this page it takes me to the correct "New Announcement" page.
Am I missing a setting to get this working? I have tried disabling plugins and that doesn't seem to help.