I have a field group attached to a custom post type. It contains a 'status' select input which the user can choose an option from in the wp admin area.
I also have a front end form using the same field group so lower level users can create a post on the front end, however they are not allowed to choose a 'status' they must accept the default.
I setup a default value and made it required, then excluded the field from the front end form using the settings arg. This didn't work, it just left the field value empty.
Alternatively is there a way to output the field as a hidden input on the front end?