Hi, ok but the 'rwmb_{$field_id}_after_save_field' is ok for saving the field for the post_status, but i am looking to auto populate the form when editing a post. Does metabox automatically populate a field with the id of post_status with the post status value e.g. draft?
I ask as if you are editing a draft post using the front end form then i need it to recognise the current post_status and auto select this from the select field.
1. Before using the action hook "rwmb_{$field_id}_after_save_field", it won't auto-populate field value by the post status.
2. After using the action hook "rwmb_{$field_id}_after_save_field" to update the post status based on the field value, it will show the field value normally (auto-populate) after saving the post.