Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #680192

    Hi

    I wonder how to change the “Thank you for your message” wehen you have autoreply with some text. When visitor send en email to me he got the sender and in subject “Thank you for your message” and i need to change it to other

    Thank you very much

    #680210

    Hi hdpcr!

    Please add following code to Functions.php file in Appearance > Editor

    function avf_form_autorespondermessage_mod($message) {
            $message = nl2br($this->form_params['autoresponder'])."<br/><br/><br/><strong>".__('Changed Your Message Text Here:','avia_framework')." </strong><br/><br/>".$message;
    	return $message;
    }
    add_filter('avf_form_autorespondermessage', 'avf_form_autorespondermessage_mod', 10, 1);

    Best regards,
    Yigit

    • This reply was modified 7 years, 7 months ago by Yigit.
    #680249

    Hi Yigit

    This code didnt work at all and doesnt send the message too. And the thank you message on screen disappeared.

    Also in the messag body i have this
    Estimado Cliente,
    Su consulta ha sido recibida y esta siendo procesada por nuestro personal. Le estaremos contestando en la mayor brevedad posible.
    Gracias por preferirnos.
    Saludos Cordiales,
    Fantasy Rooms Team.

    Your Message: How to change this

    Nombre: PEdro Perez
    E-Mail:
    Asunto: Jacuzzi

    Thank you

    • This reply was modified 7 years, 7 months ago by hdpcr.
    #680284

    Hey!

    Have you done the required changes, at the function?

    Please check it and let us know, if you change the text and it does not work, please provide us with backend access and someone
    will be able to look at it.

    Thanks a lot

    Regards,
    Basilis

    #680292

    Hi

    Yes i didt and the result was not tha the text has not changed but the form stoped to work. It didnt send the email at all.
    Also please dont forget the other text too inside the message
    Thank you very much

    #680758

    Hey!

    Do you mind if we temporarily switch email to ours to test it?

    Regards,
    Yigit

    #680864

    Hi Yigit

    Sure, please do.
    Thank you

    #681289

    Hey!

    I asked my teammates to look into it. Please kindly wait to hear from them.
    Also, would you consider trying Contact Form 7?

    Best regards,
    Yigit

    #681437

    Hi Yigit

    Sure I’ll waitl. Yes why not. I thought that your form was like a “Lite” version of your form.

    Thank you

    #682683

    Hi,

    Well, apparently teammates could not figure it out as well.
    Can you please refer to this post and set up autorespond on contact form 7 – http://contactform7.com/setting-up-mail/?

    Best regards,
    Yigit

    #682731

    Hi Yigit

    Best Regards

    Thank you

    #684189

    Hey!

    Changes are done. Please go to mail tab on Contact Form 7 and adjust the autoresponder text as needed :)

    Cheers!
    Yigit

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