11) This is the error message that
appears when you enter a value
prohibited by the validation rule:
Caption
O Format
O Validation Text
O Field Size
Answers
Answer:
this is the answer please Branisit
Answer:
The correct answer is Validation Text.
Validation text is an error message that appears when you enter a value
prohibited by the validation rule
Explanation:
Validation text is written by the developer if the user tries to enter a value that cannot be accepted as the input.
For example: In the name field of the form, the user is supposed to enter the character data. So for this, a developer can specify a validation rule that forbids the user from entering the numeric data.
The developer can enable validation either on the client-side or on the server-side.
Client-side validation is not so powerful but still, it can be used for checking the fields of the form and displaying some kind of errors to the end-user.
While server-side validation is quite powerful and secure. It enables the user to securely enter the financial credentials and details.
#SPJ3