Hi all,
Is there any way i could put sequence in the validationerror collection? E.g. I have several fields in the form, ID, Name, Group, etc. I want all validation errors related to ID be collected as the top errors, then continued with Name, etc. Currently, seems the required validation is verified first to all fields, then my other custom verifiers.
Is there any way to sort the collection? Thanks.
Regards,
Erika