• Hello,

    I have a few fields with regex validation. The validation is ok (I think), but it is not showing the message for validation, only when the field is empty.
    This is the source code after submiting the registry, it is only missing the text for the validation error.

    <div class="pdb-error">
        <p data-field-group="endereo_entidade" data-field-name="telefone" class=" pdb-error-telefone"></p>
        <p data-field-group="endereo_entidade" data-field-name="celular" class=" pdb-error-celular"></p>
        <p data-field-group="documentos" data-field-name="ata" class=" pdb-error-ata">The Ata de fundação field is required.</p>
    </div>

    Were can I fix this?
    Thanks

    • This topic was modified 8 years, 2 months ago by drilippi.

The topic ‘Validation error message not showing’ is closed to new replies.