Contact Form 7 help

Discussion in 'HTML & Website Design' started by hand, Jul 11, 2013.

  1. #1
    I am using this contact form and when someone fills it out I receive this:

    From: a <>
    Barter Number: sdds
    What month are you registering for: [MonthlyBreakfastRegistration "August"September" "October" "November" "December"]

    In Contact 7 under "Form" I have this:
    <p>Your Name (required)<br />
    [text* your-name] </p>

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

    <p>Barter Number (required)<br />
    [text* BarterNumber]

    <p>What month are you registering for? (required)<br />
    [select* MonthlyBreakfastRegistration "August" "September" "October" "November" "December"]

    <p>[submit "Send"]</p>

    In Contact 7 on the place you create the form under "Message Body" I have this:

    From: [your-name] <[your-email]>
    Barter Number: [BarterNumber]
    What month are you registering for: [MonthlyBreakfastRegistration "August"September" "October" "November" "December"]

    I want to get an email that looks like this:
    From: a <>
    Barter Number: sdds
    What month are you registering for: October

    I want the email to show me what month they picked from the drop down. Can someone tell me what I have wrong. Thanks.
     
    hand, Jul 11, 2013 IP
  2. jackburd

    jackburd Active Member

    Messages:
    396
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    73
    #2
    replace it with this:

    From: [your-name] <[your-email]>
    Barter Number: [BarterNumber]
    What month are you registering for: [MonthlyBreakfastRegistration]
     
    jackburd, Jul 11, 2013 IP
  3. hand

    hand Well-Known Member

    Messages:
    658
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    130
    #3
    Really appreciate that..that worked great.
    Also, when the email comes in it says:
    [your-subject]



    So there is no subject line to the email. Can that be changed?

    Thks Much!
     
    hand, Jul 11, 2013 IP
  4. jackburd

    jackburd Active Member

    Messages:
    396
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    73
    #4
    You need to add a new field

    [text* your-subject]
     
    jackburd, Jul 11, 2013 IP
  5. hand

    hand Well-Known Member

    Messages:
    658
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    130
    #5
    again..thank you very much..
     
    hand, Jul 11, 2013 IP
  6. jackburd

    jackburd Active Member

    Messages:
    396
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    73
    #6
    you're welcome
     
    jackburd, Jul 11, 2013 IP