-
AuthorPosts
-
August 31, 2016 at 5:24 pm #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
August 31, 2016 at 5:33 pm #680210Hi 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 8 years, 2 months ago by Yigit.
August 31, 2016 at 6:11 pm #680249Hi 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: JacuzziThank you
- This reply was modified 8 years, 2 months ago by hdpcr.
August 31, 2016 at 6:54 pm #680284Hey!
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,
BasilisAugust 31, 2016 at 7:30 pm #680292Hi
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 muchSeptember 1, 2016 at 3:00 pm #680758September 1, 2016 at 5:14 pm #680864Hi Yigit
Sure, please do.
Thank youSeptember 2, 2016 at 1:53 pm #681289Hey!
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,
YigitSeptember 2, 2016 at 6:47 pm #681437Hi Yigit
Sure I’ll waitl. Yes why not. I thought that your form was like a “Lite” version of your form.
Thank you
September 6, 2016 at 3:47 pm #682683Hi,
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,
YigitSeptember 6, 2016 at 4:53 pm #682731Hi Yigit
Best Regards
Thank you
September 9, 2016 at 2:48 pm #684189 -
AuthorPosts
- You must be logged in to reply to this topic.