Hi There,
fantasticn theme.
The auto-responder email subject line isn’t updating – I’ve tried everything and it will only use the default.
Have added “Thank you gtpo registering to ur event” as the Email Subject Field but when the Contact Form is completed and submitted the sent Email Subject Field in the recipients received email reads “Thank you for your Message!” rather that the desired subject line I added.
I found a previous thread on Enfold suppord with the same issue and treid the asolution below but still won’t work.
I have tried three times and tried on both the finctions under Child and also under the main theme. Bit this would prevent the whol;e websoe from loading.
Below is the code I was adding as per your recommendation.
===============
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’] = ‘My custom autoresponsder subject.’;
return $form_args;
}
============
Please help :) Thanks and look forward to your prompt reply.
Emmy
Hi ,
Any answer or update on the above open ticket.. it has been more than three days.
Emmy
Hi Emmygraph,
I am not seeing the code in your child theme. Where did you add it?
Best regards,
Victoria
Hi Victoria,
I have taken it off as it broke the site everytime I added it. I tried both the Functions under the Child and under the Main theme any whenever I add it, the site goes down.
Please advise,
Thanks
Eman
Hi Eman,
I added the code for you, please check now and change the text to the one you need.
Best regards,
Victoria