radio button and checkboxes empty in Zapier
-
Hello,
Thank you for the plugin. Worked out of the box for text fields.
I created radio button and checkbox fields manually in html with contact form 7.
Here is a code example:<div id="nombredeportes" class="typedevehicule"> <div class="typesvoiture2 justname"> <input type="radio" id="3portes" name="portes[]" value="3 portes" /><br><label>3 portes</label> </div> <div class="typesvoiture2 justname"> <input type="radio" id="5portes" name="portes[]" value="5 portes" /><br><label>5 portes</label> </div> <div class="typesvoiture2 justname"> <input type="radio" id="portesindifferent" name="portes[]" value="portes indifférent" checked /><br><label>Indifférent</label> </div> </div>
I am able to get the info into the email (in this case using [portes] but the json data sent to Zapier is showing up as empty. How can I get the data (selected radio button text) or checkboxes that are clicked to show in Zapier?
I thank you in advance for any and all help.
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘radio button and checkboxes empty in Zapier’ is closed to new replies.