Well, I'm having the following problem while submitting the form:
Hereispartoftheformcodeandvalidation:
<divclass="form-group">
<label for="sexoFunc" class="control-label col-sm-2">Sexo:</label>
<div class="radio-inline">
<label for="masc">
<input type="radio" value="M" name="optradio" id="masc">Masculino</label>
</div>
<div class="radio-inline">
<label for="fem">
<input type="radio" value="F" name="optradio" id="fem">Feminino</label>
</div>
</div>
* This is my first time posting on Stack, sorry if I did something wrong.