I have make a front-end submission where a client can make a review (rating), that works.
I will make a front-end submission dashboard where the admin can change some text and set the review from draft to publish.
The dashboard is showing the reviews. When I click on edit then the front-end submission page is empty (fields value not loading, like it is a new review). What can be the problem? ANd how can I change from draft to publish?
Is the review a custom post type or based on the WordPress comments?
The Frontend Submit form does not support changing the post status from Draft to Publish. You can refer to this topic and use the WordPress function wp_update_post() to update the post status based on the field value.