Tagged: andy
-
AuthorPosts
-
June 7, 2017 at 10:14 pm #805329
Hallo
bei meinem Text als Autoresponder erhält der Empfänger –KUNDE– die Betreffzeile: “Vielen Dank für Deine Nachricht!”
Im untern Teil der E-Mail werden ihm seine Angaben aus dem Formular mitgeteilt. Die Überschrift dazu lautet: “Deine Nachricht: ”
Persönlicher Beratungstermin: true
Bitte um einen Telefonanruf: true
Informationen anfordern: true
Name: Andreas Bxxxx
E-Mail: (Email address hidden if logged out)Nachricht: xycyx hoga homepage
Dem Datenschutz stimme ich zu.: true
Unsere Korrespondenz mit den Kunden ist ausschließlich in SIE-Form. Wo kann ich die Änderungen dazu vornehmen?
Schöne Grüße von Andreas
June 12, 2017 at 9:18 pm #807079Hey Andreas,
The task is assigned to our German speaking support, but if you need faster assistance, we will be happy to help you out if you translate your request in English.
Best regards,
BasilisJune 13, 2017 at 11:23 am #807368Where is Andy?
June 16, 2017 at 6:07 am #808823Hi,
I’m sorry but Andy is not present at the moment. What do you mean by “SIE” form? I’m having difficulty understanding the issue because I’m using google translate. Could you please translate the inquiry to English? Or provide screenshots so that we can understand it better.
Best regards,
IsmaelJune 16, 2017 at 9:52 am #808899Hey Ismael,
wenn unsere Kunden über das Enfold Kontakt-Fomular eine anfrage stellen, bekommen sie sofort eine automatische E-Mail. in dieser stehen die Angaben, die der Kunden angegeben hat. In dieser E-Mail lautet dann die Headline:
“Deine Nachricht” /your Message — diesen Text möchte ich ändern
Ebenso den automatisierten Text im Header und Preheader dieser E-Mail
Grüße
June 20, 2017 at 5:19 am #810128Hi,
Are you referring to the “autoresponder” message? Please add this code in the functions.php file:
function avf_form_autorespondermessage_mod($message) { $message = str_replace('Your message:', 'Change this line', $message); return $message; } add_filter('avf_form_autorespondermessage', 'avf_form_autorespondermessage_mod', 10, 1);
Replace the “Change this line” text.
Best regards,
IsmaelFebruary 6, 2019 at 12:37 pm #1063582Hi,
i put this Code in my Child Function but nothing works.
And how i can change the the subject line from “Vielen Dank für Deine Nachricht!” to XXXFebruary 7, 2019 at 10:05 am #1063977Hi,
You’re probably looking for the “avf_form_subject” filter. This thread should help:
// https://kriesi.at/support/topic/post-title-a-automatic-subject-in-contact-form/#post-988041
Best regards,
IsmaelFebruary 8, 2019 at 12:11 pm #1064551Hi,
thx Ismael, that works fine for me.
February 9, 2019 at 7:33 am #1064875 -
AuthorPosts
- You must be logged in to reply to this topic.