Tagged: CONTACT FORM
-
AuthorPosts
-
March 30, 2015 at 8:58 am #420264
Hello,
I have a contact form in my website, and it sends an automatic email.
However, my public speaks only Portuguese, and the form sends an automatic email with the title in English: “Thank you for your Message!”
How can I translate this email title?
Couldn’t find it in the contact form.
Thanks in advance!
Newton.
March 30, 2015 at 9:18 pm #420828Hi newtonlinchen!
I didn’t test this out but try adding it to the bottom of your functions.php file.
add_filter( 'avia_contact_form_args', 'enfold_customization_autoresponsder', 10, 1); function enfold_customization_autoresponsder( $form_args ) { $form_args['autoresponder_subject'] = 'your text here'; return $form_args; }
If that’s not working then you can edit the file directly on line 334 in /enfold/config-templatebuilder/avia-shortcodes/contact.php.
"autoresponder_subject" => __('Thank you for your Message!','avia_framework' ),
Best regards,
ElliottMarch 30, 2015 at 10:58 pm #420872Great!
The functions.php of the child theme?
March 31, 2015 at 12:34 pm #421065April 5, 2015 at 8:20 pm #423716Hi,
How can I make Enfold work with my Mailchimp account?
I would like to really customize the automatic email, insert our html signature, some pictures, etc.
April 6, 2015 at 3:34 pm #423968May 2, 2015 at 2:20 am #438319Hello,
I couldn’t find in the documentation the feature I was looking for: how to let MailChimp handle the automatic email (autoresponder).
When someone inserts his email in the form, we can set an answer that he will receive automatically by email. THIS automatic answer email is what I would like to manage using MailChimp… Because the visuals of MailChimp emails can be fully customized with images, etc.
How can I do this? How can I manage the automatic response emails using MailChimp?
May 4, 2015 at 5:07 pm #439094Hey!
According to our feature requests, https://kriesi.at/support/enfold-feature-requests/, Mailchimp support is something that is currently being worked on so we will probably see more options for this in a future update.
Cheers!
Elliott -
AuthorPosts
- You must be logged in to reply to this topic.