Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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

    #807079

    Hey 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,
    Basilis

    #807368

    Where is Andy?

    #808823

    Hi,

    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,
    Ismael

    #808899

    Hey 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

    #810128

    Hi,

    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,
    Ismael

    #1063582

    Hi,
    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 XXX

    #1063977

    Hi,

    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,
    Ismael

    #1064551

    Hi,

    thx Ismael, that works fine for me.

    #1064875

    Hi ideeu,

    Great, glad you got it working. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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