Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #389106

    Gday Enfold users, is there a way I can record (or see a record of) how many submissions are made from an Enfold contact form?

    cheers

    Darryl

    #389706

    Hey itchybrain!

    There currently is no feature like that. It would take a lot of time and code to create one so it would have to be considered custom work.

    If you want to try and code something yourself or have a freelancer create something then we have a hook you can use which is on line 624 in /enfold/framework/php/class-form-generator.php.

    //hook to stop execution here and do something different with the data
    $proceed = apply_filters('avf_form_send', true, $new_post, $this->form_params);
    

    Regards,
    Elliott

    #389816

    OK, thanks for your detail of how to do that Elliot, much appreciated.

    #389838

    Hi!

    Alternatively you can use Contact Form 7 + DB extension:
    https://wordpress.org/plugins/contact-form-7
    https://wordpress.org/plugins/contact-form-7-to-database-extension/

    Regards,
    Josue

    #389875

    Excellent, that’s great to know Josue, that might be a better option for this client.

    much appreciated

    Darryl

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Record of form submisisons’ is closed to new replies.