Validation?

Validation is the process of ensuring that data entered into specific form fields falls within accepted boundaries, and if not, presents an alert or message to the user. For example, fields requiring an email address would be validated by checking for the "@" symbol. Validation procedures are written into the program code and are therefore invisible to the user.