Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #682331

    ****After I hit submit on this topic, i went to the forum and to my topics created and could find it. i refreshed the browser several times and released the cache before trying to resubmit it. I’m sorry in advance if this ends up creating a duplicate topic. ****

    The only problem I am having with my contact form now is that the autoresponder is not going to the person that fills out the form. The autoresponder is delivered to me moments before the actual message the person is sending from the contact form is delivered to me.

    Please advise how I can fix this?

    Thanks again for such a great theme!

    #684536

    Hey honestgraphics,

    link you’ve provided does not work for me. Could you check and come back to us please?

    Best regards,
    Andy

    #684556

    this is enfold embeded contact form – or a third party contact form?

    the reason why i’m asking is that contact form 7 changes a bit the way the setup has to be for working well!

    #686611

    @andy this domain is the second domain hosted with this hosting account. for some reason, putting http://www. on the front seems to not let it be brought up sometimes… try:

    #686612

    @guenni007 it is the embedded contact form…

    #687358

    Hi,

    Is it sending the autorespond message in the ” (Email address hidden if logged out) ” email address? Please try this in the functions.php file:

    add_filter('avf_form_autoresponder_from', 'avia_change_autoresponder_from', 10, 3);
    function avia_change_autoresponder_from($from, $new_post, $form_params){
    	$from = $new_post['2_1'];
    	return $from;
    }

    Best regards,
    Ismael

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