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!
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
Sorry about that. I enclosed the new password.
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
Hi Basilis
Thanks for your effort. However the issue remains on the answer mail when filling out a a form.
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