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.
replace it with this: From: [your-name] <[your-email]> Barter Number: [BarterNumber] What month are you registering for: [MonthlyBreakfastRegistration]
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!