• Resolved bloggersavvy

    (@bloggersavvy)


    Installed plugin and it is operating. However when a message is successfully sent, I don’t get the contents or the sender’s email address. I only get the following when I read the email:

    Subject = “[your-subject]”
    From = “[your-name] <[your-email]>”

    And in the body it just says “[your-message]”

    What is causing this and how can I fix it?
    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter bloggersavvy

    (@bloggersavvy)

    And… Here is the code for the form plugin that is creating this issue:

    <p>Your Name<br />
        [text* Name 20/] </p>
    
    <p>eMail<br />
        [email* eMail 20/] </p>
    
    <p>Website<br />
        [text Website 20/] </p>
    
    <p> Message<br />
        [textarea Message 20x] </p>
    
    <p> Type the code<br />
        [captchac Code size:s fg:#74401b] [captchar Code 4/]</p>
    
    <p>[submit "Send"]</p>
    Thread Starter bloggersavvy

    (@bloggersavvy)

    To get this (form above) to work, I had to edit the “Mail” section as follows:

    From:

    [Name] <[eMail]>

    Subject:

    Blog Contact Form

    Message Body:

    Website:
    [Website]
    
    Message:
    [Message]

    Notice how these match the filed names of the actual form code. Now it works.

    Thank you! Ive been trying to figure this out my self. Works perfectly.

    thanks a lot ! it helped me a lot.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Contact Form 7] Not sending contents of message’ is closed to new replies.