Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #512660

    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

    #512929

    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

    • This reply was modified 9 years, 1 month ago by Elliott.
    #515082

    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. :-(

    #515585

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #515820

    Sure! Please find it below in the private content field.

    #516141

    Access provided doesn’t work, please check.

    Regards,
    Josue

    #516519

    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.

    #516649

    I’ve added the code now and it seems to be working, try it with your form.

    Best regards,
    Josue

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