• Resolved cganter1

    (@cganter1)


    I have a checkbox section on my table, and I am having issues getting the data to fire to the spreadsheet. I’ve tried multiple headings in the sheet and I’m at a halt.

    What is the correct label to place/use to get the data to send?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author westerndeal

    (@westerndeal)

    Hi @cganter1,

    Can you paste you contact form over here ? So that we can debug the issue at our side.

    Thanks

    Thread Starter cganter1

    (@cganter1)

    This is the contact form as it is right now. This is without extra coding I attempted to solve the issue.

    <label> Your Name (required)
    [text* your-name] </label>

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

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

    <label> Model
    <input type=”checkbox”> VS903 <input type=”checkbox”> VS908

    <label> Your Message
    [textarea your-message] </label>

    [submit “Send”]

    Plugin Author westerndeal

    (@westerndeal)

    Hi @cganter1,

    It seems you are using html in your contact form for checkboxes and also it doesn’t contain the name attribute.
    <input type=”checkbox”> VS903 <input type=”checkbox”> VS908

    can you use CF7 checkbox and than check if this works for you ?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sending Checkbox Data’ is closed to new replies.