Hi
I want to display a gravity form in the prettyPhoto lightbox and it is proving hard to integrate !!
I have set up a test page with various settings and need some help. Ideally I want to use the hidden div method of initiating prettyPhoto along with Ajax set as true for gravity forms. but I canot get this to work.
I have set up 3 different versions at the following URL and they fail in following ways
http://100milebike.com/testing/
Test 1
(as per a tutorial on this form I have created a plainpage.php and launched the lightbox using an iframe) in this example you cannot submit the form either with correct data or incorrect fom data
Test 2 (MY Preferred solution)
This is using an inline "display none" div tag and with ajax set to true
In this case it wont sublit the form either with correct or incorrect form data
Test 3
This is using an inline "display none" div tag and with ajax set to false
With incorrect form data when ssubmitted it reloads the page and does not restart the lightbox so error messages are not displayed.
With correct form data whenn submitted it reloads the page initially then "slowely" !! redirects the browser to the correct "target" redirected URL for succesful form submit. It obviously works but is really clunky and slow
I really hope you can help with sorting this out
Luke