Tagged: 

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

    #420828

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

    #420872

    Great!

    The functions.php of the child theme?

    #421065

    Hey!

    Yes, the first option at least.

    Regards,
    Rikard

    #423716

    Hi,

    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.

    #423968

    Hey!

    Please see – http://kriesi.at/documentation/enfold/mailchimp-integration/

    Best regards,
    Yigit

    #438319

    Hello,

    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?

    #439094

    Hey!

    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

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