Hi
is it possible when editing a post using the front end shortcode submission to auto populate the following field?
[
'type' => 'select',
'name' => 'Status',
'id' => 'post_status',
'options' => [
'publish' => 'Published',
'draft' => 'Draft',
],
'multiple' => false,
'placeholder' => "",
'select_all_none' => false,
'required' => true,
],