Open mkaul opened 4 years ago
works correctly:
<input type="radio" name="team_abgaben_gleich" value="Ja">Ja <input type="radio" name="team_abgaben_gleich" value="Nein">Nein
works incorrectly:
<input type="radio" name="team_abgaben_gleich" value="true">Ja <input type="radio" name="team_abgaben_gleich" value="false">Nein
When I use this example with the latest version of ccm.submit.js, then everything works correctly. When exactly is true and false ignored? In the result data I got boolean true or boolean false.
ccm.submit.js
true
false
works correctly:
works incorrectly: