In my form I have a normal submit button which validate my form with, for example, I have
$(\"#formTest\").submit(function (e) { alert(\'test\'); }); &l
change Test into Test