|
Is it possible to have one form validate the information in another form when it is submitted (all on the same page)? Example: form a checks to see that the information has been entered into form b when form a is submitted.
|
|
|
Yes it certainly is. You just have to rethink what you mean by one form validating another. Send the onsubmit of the first form to a javascript function which then validates the second. See some of the validate form examples on this site for more advice.
|
|
|
|
|
|
|
|