• Hi I have a problem with this plugin.
    I tried to send the contact form from my website, the only problem is that it only sends the mail address of the sender, the subject of the mail and the message body.
    What can I do?

    • This topic was modified 8 years, 5 months ago by beriiberii.
    • This topic was modified 8 years, 5 months ago by beriiberii.
Viewing 4 replies - 1 through 4 (of 4 total)
  • I am having the same problem! I think it might be a hosting issue. I am going to try an smtp plug-in. I’ll keep you posted.

    Hey BeriiBerii!!

    I got it. It was just a learning thing.
    You have to set up the “Message Body” window in the “Mail” tab of the contact form editor.
    That is what tells it to send the new fields you made in the form tab.

    Here is the one I made:
    The form script:
    <label> Your Name (required)
    [text* your-name] </label>

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

    <label> Phone
    [text your-subject] </label>

    <label> Type of Business
    [text your-business] </label>

    <label> Size of Space Needed
    [text your-space] </label>

    <label> Number of People Expected to Use Space
    [text your-number] </label>

    <label> Any Special Needs
    [textarea your-message] </label>

    [submit “Send”]

    And then you got the mail tab on the bottom in the “Message Body” window I put:

    From: [your-name] <[your-email]>
    Phone: [your-subject]
    Type of Business: [your-business]
    Size of Space Needed: [your-space]
    Number of People Expected to Use Space: [your-number]
    Any Special Needs:
    [your-message]

    And that last bit of code is what show CF& what to put in your e-mail!

    It took me two days of work piling up to figure that out. But I know it now. Which is good because Gravity and Formidable forms are pricey.

    Thread Starter beriiberii

    (@beriiberii)

    I understood everything.
    Axiom2016 you are great.
    Information that can be useful to all:
    In the Form screen, we can create email-tag (to be used in the mail screen) just by adding text to shortode.

    Example

    <h3 align = “center”> Name of the Bridegroom </ em> <br /> <br />
    ????
    [Text * NameoftheBridegroom] </ h3>

    The “nameofthebridegroom” you’ll find it in the mail screen in the form of [nameofthebridegroom]

    Forgive me for English Incorrect

    • This reply was modified 8 years, 5 months ago by beriiberii.

    Awesome! Glad to help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Incomplete form submission’ is closed to new replies.