Form validation message

Hi there,

is there a way to return a message after validation.

                .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

If possible I would a range type too, but it doesn’t show the Value =/.

About two months ago a similar question was raised and answered. I’m afraid it’s not something you can do by configuration only.

@bluetzinn that answer is about custom form processing, not “normal” validation.

@mgsys you can’t currently do it, open an issue in https://github.com/getgrav/grav-plugin-form/issues, we are already tracking this in https://github.com/getgrav/grav/issues/453

Ok, thanks for the reply. I’ll do that.