Is there a creative and easy way to check many form fields at once.
I have a form with generated fields on the fly, each has a unique id.
The thing is submittin
Not entirely sure what you mean, as the fields would have to be checked individually whichever way you do it. Unless you're concatenating all the inputs and checking that? Maybe I've missed something there though.
Just go for client side: http://flowplayer.org/tools/demos/validator/index.html
Serverside: http://formigniter.org/
Hope this helps...