• Resolved Maha Dev

    (@mahadevnextgei)


    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.

    • This topic was modified 8 years ago by Maha Dev.
Viewing 1 replies (of 1 total)
  • shanemorgan7

    (@shanemorgan7)

    Hi Maja Dev,

    Unfortunately, the hooks are not functional with the Free version, but are implemented for the Classic Pro version and some hooks for the Current Pro version.

    Thanks!
    Shane
    VFB Pro Support

Viewing 1 replies (of 1 total)
  • The topic ‘How to Collect submitted data’ is closed to new replies.