• Hi,

    I tried a lot, but I can not fix it. My english isn’t that good but I try to describe it. All my fields are filled out as shown up on your homepage and on every tutorial video at youtube. Everything is fine except the sender. It’s impossible for me to change it. It always displays my wordpress e-mail adress with the word “wordpress” at the end. But it normally has to display the e-mail adress from the client/user, right? In my E-Mail it looks exactly like that:

    [email protected] WordPress”

    And in my “From” line is: [your-name] <[email protected]>

    I tried many other variants, but “[email protected] WordPress” never changes.

    That’s the code, I have no clue what’s written there, but maybe there is someone out there who finds a mistake? It’s from a theme.

    <div class=”row”>
    <div class=”small-12 large-6 columns”>
    <label>Your Name</label> [text* your-firstname class:full]
    </div>
    <div class=”small-12 large-6 columns”>
    <label>Your E-mail</label> [text* your-email class:full]
    </div>
    <div class=”small-12 columns”>
    <label>Your Message</label> [textarea your-message class:full]
    </div>
    </div>
    <div class=”row”>
    <div class=”small-12 columns”>
    [submit class:btn “Send Message”]
    </div>
    </div>

    Thanks!

    Kind regards

    Tim

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Wrong sender with WordPress at the end’ is closed to new replies.