Update the date when switching years
add_action(‘frm_date_field_js’, ‘update_date_value’); function update_date_value( $field_id ) { if ( $field_id == ‘field_FIELDKEY‘){ //change FIELDKEY to the key of your date field $date_format = ‘mm/dd/yy‘; // change this to the format of your date field ?> ,onChangeMonthYear: function (year, month, inst)…Continue reading