Support Forum
Dashboard has an issue with the 1.11.9 (ok with 1.11.7)
The post type included in the shortcode is not transmitted.
ex : $form ='[mb_frontend_dashboard edit_page="536" post_type="project"]';
See line 56 - src/Dashboard.php
'post_type' => $this->edit_page_atts['post_type'], --> seems empty (works if => 'project').