Hey mates,
I want to add a custom field, asking for the age, in the registering process.
E.g.
<div class="form-group">
<label for="age" class="col-lg-4 control-label">[[register:age]]</label>
<div class="col-lg-8">
<input class="form-control" type="number" min="16" placeholder="[[register:age_placeholder]]" name="age" id="age" required/>
<span class="register-feedback" id="age-notify"></span>
</div>
</div>
But I can't see where to configure the red validation boxes and the text depending on the validation error.
Thx