[jQuery] "Please wait..." during form validation
Need to integrate a JQuery window overlay message to show something
like "Please wait while we process your details..." while form
validation is being handled. Validation can take a while to complete
as some large PDF files are being uploaded at the same time.
I've had a look at the http://www.malsup.com/jquery/block plugin -
looks like what I need to have happen on my page but I'm not sure how
to integrate it into this form. I'm a JS novice I'm afraid so
apologies if it's a very basic call for help!