Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1276317

    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?

    #1276413

    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

    #1276712

    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) )

    #1276724

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.