Hi everyone.
I have a form, and I want to change its validation messages (e.g. the message that's shown when you don't fill in a required field, the message that's shown when you don't enter a valid value). I saw a way to do this using Client Actions, but I would have to change the messages for each Input Widget I have on my app, which I think is rather tedious.
Is there a faster way to do this? Can I set these values somewhere so they are applied to all the forms in my app?
Thanks in advance :)
Hello Yizuhi,
Hope you're doing well.
You can that in your module's properties :)
First, click on your module:
Then you can check it's properties and change these messages accordingly:
Hope that this helps you!
Kind regards,
Rui Barradas
Thanks a bunch :D