Hi all,
I am working on a generic form validation class.
However I have hit a stubling block. Form fields will never be the same from user to user.
Is there a work around for this? Would it be easier to use numerical values for field names and use multiple validation functions (minimal duplication then :))?
Any assistance would be greatly appreciated