Support

Account

Home Forums General Issues Clearing field with javascript, conditional rules Reply To: Clearing field with javascript, conditional rules

  • thats the way it works for a checkbox:

    $('#acf-field_pf_exhibition_zone_updated').prop('checked',false).trigger('change');