Is there away to validate only changed fields onsubmit. I know I can use onchange but I have a form with a lot of fields and the edits are complicated. There are a lot of combination edits and believe it or not I don't want to stop the user till the end. If its possible point me in the correct direction. Thanks
subject: Is it possible to validate only changed fields using onsubmit