I'm doing an embed code for a mailchimp form I have 4 options OP 1,2,3 and 4
Each one has 2 radiobuttons YES and NO how do I make the form not be sent if ALL RADIOBUTTONS ARE IN NO
<input type="radio" value="Si" name="MMERGE4" id="mce-MMERGE4-0" checked> <label for="mce-MMERGE4-0">Si</label>
<input type="radio" value="No" name="MMERGE4" id="mce-MMERGE4-1">
<label for="mce-MMERGE4-1">No</label>
Thank you very much