Support

Account

Home Forums Front-end Issues Allow 'save to draft' and 'publish' on front end form Reply To: Allow 'save to draft' and 'publish' on front end form

  • Using acf_form() what you’ll need to do is create something like a radio button field and then add a custom acf/pre_save_post filter https://www.advancedcustomfields.com/resources/acf-pre_save_post/ and set the status of the post in the filter.