Hi there
I am having a problem with the enfold contact form. I am an agency and have entered myself as admin with my e-mail address but on the contact form I obviously want the enquiry to go to the client (not me). How do I set it so that the mail doesnt go to the default mail address which is mine?
Hey M-Graphics24,
https://share.getcloudapp.com/GGu6xwX5 You can set that email address in the contact form settings. Please check it there.
Best regards,
Victoria
Hi Victoria
I have entered all correct client e-mails in the contact form back-end but the e-mail enquiry still comes to me as admin ( (Email address hidden if logged out) )
Hi M-Graphics24,
Have you entered it in Your email address?
If yes, then can you try adding this code in your functions.php file:
function change_cf_from() {
return " (Email address hidden if logged out) ";
}
add_filter('avf_form_from', 'change_cf_from', 10);
Just replace the email address.
Best regards,
Nikko