This snippet sends form with id contactform using ajax via post method. When it's send and result is returned. It writes result into #feedback-form.
Source code viewer
(function($) { e.preventDefault(); // do this when submit complete } ); return false; }); });Programming Language: jQuery