Hello,
We are using Gravity Forms for a rather large application form. We chose to break this form into tabs to make it easier for the visitor to fill out. We achieved this by using the HTML block feature to add <div> tags to denote the tabbed content.
This works in every browser except for IE7, which seems to take the form and break it completely.
An example of how the markup should appear, http://i.imgur.com/5ICM5.png
How IE7 interprets the markup, http://i.imgur.com/Tk0zq.png
I have compensated for the
< li > tags gravity form wraps inserts.
Hopefully someone here will be able to shed some light on this problem.