• I found the vsz_cf7_no_save_fileds filter code and I have it applied to the functions.php of my theme. I’m just not sure what code I need to place within the filter to exclude a specific field from collecting in the database. Any guidance would be greatly appreciated. Thank you

Viewing 1 replies (of 1 total)
  • An example might be:

    // Your custom coding here
    $arr = array(field1,field2,field3);

    This is what I’ve used anyway.

Viewing 1 replies (of 1 total)
  • The topic ‘vsz_cf7_no_save_fields’ is closed to new replies.