Enable AJAX Submit in GravityForms in wordpress

If you want to use Ajax submit on GravityForms in wordpress then you must use the ajax=”true” in the shortcode otherwise the form will be not submitted as ajax and your page will be reloaded.

Below is the sample code for ajax submit
[gravityform id=”1″ title=”false” description=”false” ajax=”true”]