not recieving all form data
-
Hello,
I’m trying to setup a new form, but I’m not receiving all the form data. I looked through the docs and faq, but I’m totally blind and all the examples are screen shots, which isn’t any help at all to a person that uses a screen reader. I understand I need to use cf7 mail tags, but can’t find info other than screen shots. How do I setup my form elaments with the proper mail tags so I get my info? I’ve tried and tried to two days now and am pretty fed up. No offense to the author, but it is pretty narrow minded to use nothing but screen shots as examples in docs and faqs
Here’s a copy of my form thus far. It isn’t complete but no sense in including other fields that I need till I get this figured out. I’m getting all the info except the select field. Can someone tell me what I’m leaving out?[response] <p><label for="your-name">Your Name (required)</label><br /> [text* your-name id:your-name] </p> <p><label for="your-email">Your Email (required)</label><br /> [email* your-email id:your-email] </p> <p><label for="your-subject">Your Subject</label><br /> [text your-subject id:your-subject] </p> <p><label for="event-type">Choose an Event Type</label><br /> [select* event-type id:event-type "Bachelorette Party" "Birthday Party" "Family Get-Together" "Girl's Night Out" "Group Outing" "Guided Canvas Class" "Guys Go Fishing and Girls Go Painting" "Kids Canvas Party" "Kids Pottery Party" "office Party" "Sips and Strokes" "Team Building" "Other"]</p> <p><label for="your-message">Your Message</label><br /> [textarea your-message id:your-message] </p> <p>[submit "Send"]</p>
- The topic ‘not recieving all form data’ is closed to new replies.