When using FormValidation with some server-side frameworks such as CakePHP, Symfony, Rails, Spring, etc, there is a relationship between the model name and the attributename of input.
For example, assuming that a user is modeled by classUser withfirstNamelastNameusername, emails[] properties.