I'm in need of some advice for how to approach form validation. I've been reading the Novice to Ninja book, but I'm more novice.
I have a form comprised of 8 fieldsets that contain (first, last, email, dept, mail stop). I need to create rules to meet the following specification.
- A valid team nomination is 2 or more individuals.
- A team nomination may include up to 8 individuals.
- All fields for each individual are required. e.g., you touch the first field for #3, all fields for #3 is required (first, last, email, mail stop, dept).
Bookmarks