Does anyone know of a way to pass multiple form fields into one remote
call in the validate script in Jquery?

Any help appreciated.

rules: {
                        Field1: {
                              required: true,
                             remote: "/path/to/script.php"
                        }...

Reply via email to