We have a page on our site that has three individual forms on the same page. Everything seems to be saving properly, but when you click the submit button you get two spinners that show up beside the submit button while the form is being submitted via ajax. Any idea why this is happening?
We're using the following code to add a form to the page.
gravity_form(2, true, true, false, null, true);