I have a developer making customizations to my gravity form install but he is not sure how to approach the following jquery ui effects request so looking for any information that will help me point him in the right direction.
I want to be able to add and control animation transitions between questions or pages utilizing jquery ui effects.
http://jqueryui.com/effect/
http://api.jquery.com/animate/
Either by creating one form and adding conditions to each question or by creating a multipage form and controlling the transitions in each page break field.
Here is an example of a form that does this:
http://www.ratemarketplace.com/forms/form.jsp?
Since the multi-page forms are technically not multiple, physical pages. They are just sections of the form that show and hide via jQuery like the example above I imagine this should be possible.
This may have been brought up before here:
http://www.gravityhelp.com/forums/topic/is-there-a-way-to-get-ajax-paging-to-fade-not-just-jump
Any info would be appreciated.