Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1019396

    Dear Support

    I have an issue with a client’s contact form. When sending a request the automatic response email is displayed incorrectly.

    His Company name is Hostettler HR & LAW but is displayed like this: HR& LAW Hostettler

    The theme is up to date as well as WordPress. The problem has existed since the beginning. I provided login details for you to take a look. The issue is with every contact form.

    Thanks for your support!

    #1019472

    Hey Sam,

    Thank you for using Enfold.

    I would like to check the contact form but the login credentials above are invalid. Please provide another login info.

    Best regards,
    Ismael

    #1022059

    Sorry about that. I enclosed the new password.

    #1022414

    Hi,

    I checked out and changed the settings, let me know if it works as should :)
    The title needed to change on the web site.

    Best regards,
    Basilis

    #1022614

    Hi Basilis

    Thanks for your effort. However the issue remains on the answer mail when filling out a a form.

    #1023277

    Hi,

    Thanks for the update. Please use this filter in the functions.php file.

    add_filter('avia_contact_form_args', 'avia_contact_form_args_mod', 10, 2);
    function avia_contact_form_args_mod($form_args, $post_id) {
    	$form_args['autoresponder_subject'] = 'Hostettler HR & LAW';
    	return $form_args;
    }

    Best regards,
    Ismael

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