Quantcast
Viewing all articles
Browse latest Browse all 2775

How to Collect submitted data

Replies: 0

Hi, I am using your free plugin. Facing bit problem in getting the submitted data. I have used your one of the hook to collect data but not working. May i know the hooks functionality is free or paid?
Here is my code :

add_action( 'vfb_confirmation', 'vfb_action_confirmation', 10, 4 );

function vfb_action_confirmation( $form_id, $entry_id ){
    //Perform some custom script
    echo "<pre>";
    print_r($_POST);
    die;
}

Not Working.


Viewing all articles
Browse latest Browse all 2775

Trending Articles