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
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
OK, thanks for your detail of how to do that Elliot, much appreciated.
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
Excellent, that’s great to know Josue, that might be a better option for this client.
much appreciated
Darryl