So I'm looking for a way to visually decorate / semantically group my form.
I've tried using the advanced fields, but even they don't offer enough control, and would only work for part of my form anyway.
I've tried using HTML fields, but the block level elements get auto-closed as empty elements during rendering.
I think I can get the layout to a decent place using ready classes.
I've gone through most of the posts I could find, like http://www.gravityhelp.com/forums/topic/wizard-plugin-for-gravity-forms#post-6191 and http://www.gravityhelp.com/forums/topic/ive-done-it-dynamic-multi-paged-form
Since a picture is worth a thousand words, maybe someone could take a look at my album and point me in the right direction?
As far as I can tell my only road going forward is rewriting the jquery provided by David Smith to leave the section headers outside the fieldsets. I had hoped to use the HTML blocks to add arbitrary containers, but as you will see it did not work.
Appreciate any help :)