This post might be helpful to you:
http://forum.gravityhelp.com/topic/wizard-plugin-for-gravity-forms#post-6191
There have been a few adjustments to the code provided there, so I would recommend using this instead:
http://pastie.org/1456139
This is a jQuery solution that basically restructures your form on page load and puts everything into tidy fieldsets. Keep in mind, this is possible to do using the GF HTML fields; however, I've found that method for adding sections can get confusing and a little cumbersome.
This will allow you to style sections like this: http://www.afineartprint.com/your-files/
To style the fieldsets you can do something like this:
<style type="text/css">
fieldset.gsection-container { border: 1px dotted #ccc; margin: 10px; padding: 10px; }
</style>
Posted 13 years ago on Thursday January 13, 2011 |
Permalink