• Resolved beneweb

    (@beneweb)


    Hey there,
    I added contact form 7 on my site, whenever I receive an email , it does not display the content of “your message”. Instead it displays the code, Please Help me resolve the issue.
    Here is the code I am using

    <b><label> Name </b>
        [text* your-name] </label>
    
    <b><label> Email </b>
        [email* your-email] </label>
    
    <b><p>Contact No. </b>
    [tel* your-tel minlength:10 maxlength:10] </p>
    
    <b><label> Your message </b>
        [textarea minlength:30 your-message] </label>
    
    [submit "Contact Us"]

    And here is the message body of email :

    Name: [your-name] <[your-email]>
    Contact No : [your-tel]
    
    Message Body : 
    [your-message]
    
    -- 
    This e-mail was sent from a contact form on [_site_title] ([_site_url])

    Please help me out,
    Regards.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    See Form-tag syntax

    Notice that the name of the [textarea minlength:30 your-message] form-tag is minlength:30, not your-message. If you want to set the name to your-message, change the order as [textarea your-message minlength:30].

    Thread Starter beneweb

    (@beneweb)

    Issue Solved, Thanks for the help.

    • This reply was modified 3 years, 1 month ago by beneweb.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Email does not show content of “your message”’ is closed to new replies.