Tagged: autoresponder
-
AuthorPosts
-
February 29, 2024 at 10:52 am #1435851
Dear Team,
I use the enfold contact form.
If I deliver a confirmation mail to the customer, I can enter a free text. But underneath the field entries of the customer paper appear like:Deine Nachricht:
Vorname und Name: test
Organisation / Firma: test
E-Mail: (Email address hidden if logged out)
Optional: Ihre Nachricht:
new
Ich stimme der Speicherung Daten zu, um eine Bestätigung zu erhalten.: true.2 Questions:
I want to change “Deine Nachricht” into “Ihre Angaben”
And I want to change true” in “Ja” or, even better, to delete this sentence re. GDPR confirmation in total-> How Do I do this?
Thx a lot, Tilman
March 3, 2024 at 8:44 pm #1436161Hey Tilman,
Thanks for your patience, do you mean that you want to add the text “Ich stimme der Speicherung Daten zu, um eine Bestätigung zu erhalten.” to the autoresponder message?
Have you tried adding it to the Autorespond Text After Form Labels field:
The easiest way to change “Deine Nachricht” into “Ihre Angaben” on the front end is with javascript, please link to your page so we can examine.Best regards,
MikeMarch 3, 2024 at 9:05 pm #1436167Hi Mike,
No, i want to exlude this Confirmation Message plus the value „true“ in the autoresponder Mail..The url is https://www.eth-solutions.de/kompetenzforum/
Thx again, Tilman
March 3, 2024 at 9:43 pm #1436174Hi,
Now that I have seen your contact form I understand better, you can create a custom response and remove the default info, for example try this in your child theme functions.php:add_filter("avf_contact_form_autoresponder_mail", function($mail_array, $new_post, $form_params, $class) { $mail_array["Message"] = "Hello " . $new_post["1_1"] . "!\n" . " your message " . $new_post["4_1"] . " has been recived "; return $mail_array; }, 10, 4);
$new_post[“1_1”] is your name field
$new_post[“4_1”] is your message field, change the language to suit.
I don’t see Deine Nachricht on your contact form so maybe you meant inside of your autoresponder message, the above code will not show this now.Best regards,
MikeMarch 3, 2024 at 9:56 pm #1436178Hi Mike,
thx. To Illustrate: this is how the autorresponder Looks currently:Guten Tag Tag liebe/r Absender/In,
vielen Dank für Ihre Anmeldung. Sie sind jetzt als Teilnehmer/in des “Kompetenzforum Gründach und PV” registriert.
Datum / Uhrzeit: 06.05.2024, von 11:30 bis 17:00 Uhr
Ort: Deutsches Elektronen-Synchrotron DESY
Gebäude: FLASH-Experimentierhalle (28c)
Adresse: Notkestraße 85, 22607 Hamburg
Wir wünsche Ihnen eine interessante Veranstaltung und gute Gespräche.
Mit besten Grüßen
Ihr ETH Team
__________________________________________________
Ihre Angaben:
Deine Nachricht:
Vorname und Name: sdfd
Organisation / Firma: fds
E-Mail: (Email address hidden if logged out)Optional: Ihre Nachricht:
öolikutjzrhtegfIch stimme der Speicherung Daten zu, um eine Bestätigung zu erhalten.: true
March 3, 2024 at 10:17 pm #1436182March 4, 2024 at 8:59 pm #1436301hi Mike,
it did not work. So in this case I simply changed the form w/o consentthx again & best regards Tilman
March 5, 2024 at 12:14 am #1436315Hi,
Ok, glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘autoresponder contact form edits’ is closed to new replies.