pub fn validate_form( data: &HashMap<String, String>, rules: &FormRules, ) -> ValidationResult
Validate form data against rules