cross-solution / YAWIK

YAWIK is a web application. It can be used as an ATS applicant tracking system or as a jobboard.
https://yawik.org
MIT License
124 stars 67 forks source link

double click on save in form container #67

Closed cbleek closed 9 years ago

cbleek commented 9 years ago

if you double click on the save button in the adress field of an application form, you get this: bildschirmfoto 2014-10-21 um 21 56 24

Test Form: http://yawik.org/demo/de/apply/software-developer

TiSiE commented 9 years ago

Button should probably be disabled until ajax processing is done.

TiSiE commented 9 years ago

The submit button is now disabled during the ajax request. (and enabled again, when ajax is ready), preventing two (or more) ajax request send almost simultaneously.