Hello,
I am using GF in a Fancybox window with the following code:
<a href="#inline" data-fancybox-type="inline" class="various" data-rel="fancybox">Join Our Email List</a>
<div id="inline" style="display:none; ">[gravityform id="6" name="Join Our E-List" ajax="true"]</div>
The form appears fine inside the modal window, but when I click submit, the progress circle spins forever. If I close the modal window and reopen it, the information is still in the fields and the progress circle is still spinning.
When I check the backend, the information HAS been submitted and stored, but there is no confirmation message at all on the front end. And with the infinite progress circle, visitors will not believe their info has been submitted.
When I set ajax="false", the form submits, modal window closes, with no confirmation. At least the window closes and the visitor has a 'sense' that the form was submitted. Inelegant, but the only working solution right now.
Any advice on getting it working properly so confirmations can be shown?
Thanks