Hey guys,
I've searched here and across google to find the answer, and I've found a few people with the problem, however I haven't seen full resolution.
We have a site that pulls in content templates via ajax and loads them onto the page. Some of those pages have gravity forms in their templates. While the HTML structure is being pulled in, the forms look a little bit messed up. When you hit the page with the gravity forms without ajax, the form works fine. I've confirmed that I'm grabbing everything with the ajax ( entire HTML structure, and embedded javascript that is printed out with the gravity_forms() function.
Here are a couple of images that might help clarify:
What form looks like pulled in via ajax: http://cl.ly/image/1l3E1U1Q3T2e
What form looks like when viewed normally: http://cl.ly/image/0q051z070L1J
When viewed normally, the form works perfectly, and submits via ajax perfectly. My guess is that there is some javascript function that needs to fire, that isn't running when it's pulled in via ajax.
Thanks in advance for your help!