Support

Account

Home Forums Front-end Issues Reset conditional logic hidden acf_form fields Reply To: Reset conditional logic hidden acf_form fields

  • unfortunately, no, this is not something that ACF does at this time. It can be done, but you need to do it yourself. It can be done by creating an acf/save_post filter https://www.advancedcustomfields.com/resources/acf-save_post/ In the filter you would need to get the values of the fields the conditions are based on and then update or remove the conditional fields based on those values.