• Closed
  • chris bowen
    Spectator
    April 6, 2014 at 9:10 am #8339

    Hi just wondering how i change the from name for the contact form… Currently im getting emails from the site as WordPress but i have several sites and it doesn’t narrow down where the forms come from…

    Many thanks
    Chris

    Roman
    Spectator
    Posts: 3147
    April 6, 2014 at 10:23 am #9416

    I will try to add this as a feature in the next theme release…thanks for the suggestion and your patience

    chris bowen
    Spectator
    Posts: 1
    April 12, 2014 at 7:23 am #9462

    Many thanks… Ive done a quick mod just for now anyway just so i can see who its from.

    After line 65 of contact.php

    Added:

    Code:
    $headers .= ‘From: My Site <’ . $emailTo . ‘>’ .”\r\n”;

    Cheers