Hi there,
is there a way to return a message after validation.
YAML
.score:
type: text
label: Wertung
validate:
type: int
message: 'Bitte Nummer eingeben.'
min: 1
max: 100
---
I can't find a description in the learn-section.
Regards,
Michael