I have a php contact/file upload form that uses java field validation.
It uses a simple spinning animation (as a progress indicator) that starts then the submit button is pressed.
I don't want the animation to start until the field validation is complete.
Right now when the submit button is pressed the validation prompt appears, but the spinning animation also starts ... I don't want it to start until until the last required field has been completed.
I have no idea how integrate this into the existing code.
Here's the link BLEND Printing
Just press the "submit order" button without entering any info into the fields to see the issue.
Could someone please view the source code, and let me know what I need to add to make it work?
I didn't post the entire code here because it might be overkill ... if it's only one line that needs to be changed.
Thanks