• I cannot for the life of me figure out why the “From” field is defaulting to [email protected] rather than the actual “From” address the user enters in the form.

    I have the following settings:

    <p>Your Name (required)<br />
        [text* your-name] </p>
    
    <p>Your Email (required)<br />
        [email* your-email] </p>
    
    <p>Subject<br />
        [text your-subject] </p>
    
    <p>Your Message<br />
        [textarea your-message] </p>
    
    <p>[submit "Send"]</p>

    With the following:

    To: [email protected]
    From: [your-email]

    http://ww.wp.xz.cn/extend/plugins/contact-form-7/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Contact Form 7] From field’ is closed to new replies.