• Resolved chipmccain

    (@chipmccain)


    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>
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Sorry for the inconvenience. I’m in the middle of updating docs. I recognize description in the current docs relies too much on screenshots and needs improvement.

    In the case of your contact form, the name of the select field is “event-type”, so the corresponding mail-tag is [event-type]. Put [event-type] into somewhere (usually the “Message body” field) in the Mail tab panel.

    Thread Starter chipmccain

    (@chipmccain)

    Thank you so much. I feel a little stupid now. I looked everywhere but where I needed to look. I see that now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘not recieving all form data’ is closed to new replies.