Lead Capture Form Not Picking Up From Name

Discussion in 'Infoway WordPress Theme' started by sean_m, Nov 26, 2014.

Thread Status:
Not open for further replies.
  1. sean_m

    sean_m Guest

    Joined:
    Oct 3, 2014
    Messages:
    2
    Likes Received:
    0
    The Lead capture form doesn't seem to be working properly. All emails are coming from "WordPress." Any suggestions on how to fix this?
     
  2. sean_m

    sean_m Guest

    Joined:
    Oct 3, 2014
    Messages:
    2
    Likes Received:
    0
    I figured it out.

    I changed wp_mail($email_to, $email_subject, $email_message, $headers); to mail($email_to, $email_subject, $email_message, $headers); in leand_class.php and wp_mail($emailTo, $subject, $body, $headers); to mail($emailTo, $subject, $body, $headers); in template-contact.php

    :)
     
Thread Status:
Not open for further replies.

Share This Page