>         jQuery('#recFrm').submit(function(){
>
>                 return false;


If you put a breakpoint on that line you will see it is never
invoked.  Your form has an id of recfrm, not recFrm.

Reply via email to