gtfierro / walkthedinosaur

Batch SQL Job Scheduler/Emailer
7 stars 2 forks source link

Form vaidation using jQueryvalidation not working in batchsql/templates/batchsql/test.html #3

Closed adityakaulagi closed 10 years ago

adityakaulagi commented 10 years ago

Check walkthedinosaur/static/js/walk3.js for JavaScript and lines 136-139 for HTML part in batchsql/templates/batchsql/test.html

(Other CSS/JS included in batchsql/templates/batchsql/base.html)

The form does not validate the email address form before submitting, even though the same form (with only the email field) validates with the same code here:

http://jsfiddle.net/hTPY7/461/

adityakaulagi commented 10 years ago

Fixed in latest patch (sorry for spam Gabe)