Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #408560

    Hi
    I use the function avia “create a custom contact form,” I can write the body of the email, but not the subject.
    How can I do?
    Thank you for your help
    Bubarama

    #408880

    Hi Bubarama!

    Please go to Enfold/framework/php folder and open class-form-generator.php file and find

    wp_mail($from, $this->form_params['autoresponder_subject'], $message, $header);

    and change it to

    wp_mail($from, 'YOUR CUSTOM SUBJECT GOES HERE', $message, $header);

    Regards,
    Yigit

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