Hi Bob, I have the code as follows:
<div class="form-group gcore-form-row" id="form-row-Nombre"><label for="Nombre" class="control-label gcore-label-left">Nombre</label>
<div class="gcore-input gcore-display-table" id="fin-Nombre"><input name="Nombre" id="Nombre" value="" placeholder="" class="form-control A" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /></div></div><div class="form-group gcore-form-row" id="form-row-Correo"><label for="Correo" class="control-label gcore-label-left">Correo electrónico</label>
<div class="gcore-input gcore-display-table" id="fin-Correo"><input name="Correo" id="Correo" value="" placeholder="" class="form-control A" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /></div></div><div class="form-group gcore-form-row" id="form-row-Pais"><label for="Pais" class="control-label gcore-label-left">País</label>
<div class="gcore-input gcore-display-table" id="fin-Pais"><input name="Pais" id="Pais" value="" placeholder="" class="form-control A" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /></div></div><div class="form-group gcore-form-row" id="form-row-captcha"><div class="gcore-subinput-container-wide" id="fitem"><label for="captcha1" class="control-label gcore-label-left">Captcha</label>
<div class="gcore-input pull-left gcore-sub-input gcore-display-table" id="fin-captcha1"><input placeholder="" class="form-control A" title="" style="" type="text" name="captcha" id="captcha1" /></div></div>
<div class="gcore-subinput-container-wide" id="fitem1"><div class="gcore-input pull-left gcore-sub-input gcore-display-table" id="fin-captcha2">{captcha_img}</div></div></div><div class="form-group gcore-form-row" id="form-row-button25"><div class="gcore-input gcore-display-table" id="fin-button25"><input name="button25" id="button25" type="submit" value="Enviar" class="btn btn-default form-control A" style="" data-load-state="" /></div></div>
Chronoforms says I have 16 errors and I can no longer see the checkboxes in the form:
http://ondakids.com/index.php/para-papa/50-test-para-saber-si-eres-papa-helicoptero-o-no
Also I'm going to try to save the name, email, country, and score to the database with the DB Save comand.
1. I wonder where the 16 errors are, what happen to my checkboxes and how to name each checkbox question since it appears it has ID's and I understand there can only be one ID name per form.
2. How to tell the form just to save the fields with the DB Save comand.
3. Do I put the code you suggested on submit event field or how do I create the event, or it's better to say where do I create the event.
Sorry for so many questions.