After someone hits submit on a form, i am getting two rows of data. Both
have the same values for the manual inputs (email, name, etc), but for
my checkboxes I am getting different values. On the first value, it
shows all three values as not interetested/"0", and then the second row
will show their actual inputs. Any idea why this is happening? function
next() {var valid = validateForm()if (valid == true)
{document.controller.submit('next','_self','next');} else
{alert("Error");}if(document.getE...