Currently, Gravity forms spits out the form as an unordered list with an ID of gform_fields_1. I would like to have the ability to position different form "sections" in different areas of the page. This is similar to how Page Breaks work, but instead of each section only being shown at once (the others hidden), I want them all to show, in their own set of unordered lists. Technically I can style them just the way they are based on their list item class, but it would be better if I culd just move the sections based on an ID. Is this possible?