May 14, 2024 at 10:44 pm
#10044862
Keymaster
You have that checkbox in the other contact form page, so you can use the same html:
<div class="row">
<div class="form-group col">
<div class="form-check">
<input class="form-check-input" name="checkboxes[]" type="checkbox" data-msg-required="Debe aceptar nuestra política de privacidad" id="inlineCheckbox1" value="option1" required>
<label class="form-check-label" for="invalidCheck2"> He leído y acepto la <a href="politica-de-privacidad.html" target="_blank">política de privacidad</a>
</label>
</div>
</div>
</div>