Auto-Map Column Headers
add_filter(‘frm_map_csv_field’, ‘auto_map_my_fields’, 10, 3); function auto_map_my_fields($selected, $field, $header){ if ( $field->form_id == 5 ) { // change 5 to the ID of your form // change 25 and 26 to your field ids, and the text to the CSV headers…Continue reading