Viewing 10 replies - 1 through 10 (of 10 total)
  • Please describe your problem in more detail. See https://codex.www.ads-software.com/Forum_Welcome for some guidance.

    If possible include a link to your CF7 form and all your input in both the Form section and Mail section of the CF7 interface.

    If others here are able to understand your actual problem, they may be able and willing to offer a possible solution.

    Thread Starter vbarrio

    (@vbarrio)

    The link is: https://joinourclass.com/contact/

    The code to send to email is:

    <p>Your Name (required)
    [text* your-name] </p>

    <p>Your Email (required)
    [email* your-email] </p>

    <p>Your Message
    [textarea your-message id:your-message] </p>

    [mc4wp_checkbox “Sign up for updates”][/mc4wp_checkbox]

    <p>[submit “Send”]</p>

    I get some emails where the message just comes across as 1. That is all that is in the message a 1. When I test it – it seems to be working fine but when others hit it I get the 1. I just added the id:your-message to see if that corrects the problem.

    Any guidance would be much appreciated.

    Thank you!

    Please include your input in the Mail section of the CF7 interface.

    Thread Starter vbarrio

    (@vbarrio)

    Here is my form: <p>Your Name (required)
    [text* your-name] </p>

    <p>Your Email (required)
    [email* your-email] </p>

    <p>Your Message
    [textarea your-message id:your-message] </p>

    [mc4wp_checkbox “Sign up for updates”][/mc4wp_checkbox]

    <p>[submit “Send”]</p>

    You have not provided your input in the Mail section of the CF7 interface.

    ??When you are able to provide ALL the info I requested, I will be able to look at your problem again.

    See Contact Form 7 Interface at https://cacoo.com/diagrams/2xhVwuNicE1G20Df-6E3D9.png

    For example the info from the default CF7 form looks like this:

    FORM:

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

    MAIL:

    To:
    [email protected]
    From:
    [your-name] <[your-email]>
    Subject:
    [your-subject]

    MESSAGE BODY:

    From: [your-name] <[your-email]>
    Subject: [your-subject]
    Message Body:
    [your-message]
    --
    This mail is sent via contact form on WordPress http:example.com

    Thread Starter vbarrio

    (@vbarrio)

    FORM:
    <p>Your Name (required)
    [text* your-name] </p>

    <p>Your Email (required)
    [email* your-email] </p>

    <p>Your Message
    [textarea your-message id:your-message] </p>

    [mc4wp_checkbox “Sign up for updates”][/mc4wp_checkbox]

    <p>[submit “Send”]</p>

    MAIL:

    To:[email protected]
    From: [your-email]
    Subject: Message from Joinourclass.com
    Additional Headers: Reply-To: [your-email]

    From: [your-name] <[your-email]>

    Message Body:
    [your-message]

    Thread Starter vbarrio

    (@vbarrio)

    I should also mention that I have Contact Form to DB installed as well.

    I can’t see anything wrong with your form set-up. Your form looks right, same as your mail section.

    Your reason for using the id:your-message is unclear to me.

    Kindly explain in detail what you mean by “Message body comes across with a 1”

    Thread Starter vbarrio

    (@vbarrio)

    Hi,

    I mean I get an email and in the body of the email it says:

    From: Person’s Name Here <[email protected]> (I don’t want to use an actual email but these come across fine)

    Message Body:
    1

    I still can’t see where you went wrong in the From set-up as you have not provided much detail as needed.

    The info provided looks complete to me. There is your-message in FORM section and [your-message] in MAIL section Message body.

    it could be that the sender wrote “1” in the message field of your contact Form.

    It could also be a JavaScript conflict with either the current WordPress theme or one of the other plugins they are using.

    Step by step approach to problem solving

    1. Switch temporarily to a WordPress default theme (Twenty Eleven etc.) and see if the problem goes away.

    If it does, you’ve most likely got a problem with your current WordPress theme.

    If switching to default theme doesn’t help it could be one of the plugins you are using that is causing the problem.

    2. Disable all plugins other than Contact Form 7

    If doing that solves the problem, you can then add back each item – one by one, until you find the cause of the problem.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Message body comes across with a 1’ is closed to new replies.