Edit Tooltip Text
Edit Tooltip Text

Can Anybody tell where the text 'Please Fill Out This field' for required fields is - I'm using bootstrap and datables.js I need to translate the text to Spanish.
Thanks!
This discussion has been closed.
Can Anybody tell where the text 'Please Fill Out This field' for required fields is - I'm using bootstrap and datables.js I need to translate the text to Spanish.
Thanks!
Answers
I don't think Editor defines "Please Fill Out This field" in that form at all.
The validation messages are defined by the server-side validation options. "This field is required" is the default that the validation functions in the .NET and PHP libraries use.
Allan