• Resolved techism

    (@techism)


    TLDR: What’s the submit column for?

    This is a really basic question. I just can’t find the answer anywhere.

    In the list of filled contact submissions I see several columns:

    Name | Email | Message | Date | Submit

    Under the column “Submit” some of the messages have a value “Send” there. This seems to only appear on some recent spam messages that I’m trying to stop. I can see that the ones labeled “Send” aren’t tracked in GA, or any of my analytics tools. They are quite mysteriously bypassing recaptcha v3, and maybe the form itself. As such, I would love to know what this column means!

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Arshid

    (@arshidkv12)

    Commonly submit column not saving. Please copy-paste your complete cf7 shortcode here. I can check it.

    You can filter data by filter hook. Add following code in your theme functions.php

    Example

     add_filter('cfdb7_before_save_data', function ( $data){ 
    unset($data['submit']); //remove submit 
    return $data;
    });
    • This reply was modified 2 years, 9 months ago by Arshid.
    • This reply was modified 2 years, 9 months ago by Arshid.
Viewing 1 replies (of 1 total)
  • The topic ‘What does the SUBMIT column mean?’ is closed to new replies.