Hi guys
I would like to change the subject line of the automatic response mail people get when using the contact form.
The current subject is “Thank you for your Message!”. Unfortunatelly it is not possible to change it.
How can I do that?
It is urgent! :-S
Hi Carolina!
Try adding this to the bottom of your functions.php file.
add_filter( 'avia_contact_form_args', 'enfold_customization_autoresponder', 10, 1 );
function enfold_customization_autoresponder( $form_args ) {
$form_args['autoresponder_subject'] = 'This was sent from www.yourdomain.com';
return $form_args;
}
Regards,
Elliott
Hi Elliott
Thank you for your message unfortunatelly it doesn’t work at all. I included your code and modified the line ‘This was sent from http://www.yourdomain.com’. But the current subject is still “Thank you for your Message!”. I need to change this as soon as possible. :-(
Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
Josue
Sure! Please find it below in the private content field.
Access provided doesn’t work, please check.
Regards,
Josue
Hi Josue
It does work, just tried it out right now. Please try again.
I really, really need to repair this since more than a week.
I’ve added the code now and it seems to be working, try it with your form.
Best regards,
Josue