Commit 64853d51 by Nilu

check existing email addresses on keypress of email in signin page applicant portal

parent fb4a961f
......@@ -37,6 +37,10 @@
$('input[type="password"]').keyup(function() {
validate();
});
$('input[type="text"]').keyup(function() {
recalcFunction();
});
});
function validate() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment