prevent default input inputs code example Example: input submit prevent default $("#cpa-form").submit(function(e){ return false; });