How to send dependent html form fields?
<form> <input name="checkbox" type="checkbox"></input> <input name="value" type="text"></input> <input name="checkbox" type="checkbox"></input> <input name="value" type="text"></input> ... </form> The user enters a phrase and indicates whether it is the correct answer. Is there any way to combine these into unique pairs when sending…