Tagged: CONTACT FORM
Hi
The Enfold contact form does not send emails.
I’m pretty familiar with the challenges in setting up ‘sending’ from The Form, and please note that I have no problems with an identical set up through other Enfold sites.
The app Post SMTP Form is also used and the ** self-test does correctly send an email **. So SMTP is correctly configured through the server / google Oauth and SMTP. All Good.
This coded is added to functions.php as previously recommended in threads, and has always worked before.
add_filter(‘avf_form_from’, ‘avf_form_from_mod’, 10, 3);
function avf_form_from_mod($from, $new_post, $form_params) {
$from = ” (Email address hidden if logged out) “;
return $from;
I don’t know when the form stopped working – but it used to work fine with no changes to the website other than standard wordpress and enfold upgrades.
Your advice is appreciated.
Login credentials are provided
Kind Regards
Richard
Hi
The form does now work – for some reason the incoming email ended up the archive folder.
All good!
Richard