PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Is it possible to insert jquery slide animation to multi-step form

  1. rovillesarate
    Member

    Hi! Im just wondering if there is a hook that can be used to insert jquery animation for the multi-step form. For example sliding to the left effect each time you proceed to the next step? something similar to groupons subscription form. ex http://www.groupon.com

    Posted 13 years ago on Sunday February 27, 2011 | Permalink
  2. The multi-step form is actually posted for each step, it doesn't work like the sliding "paging scripts" that you're talking about. You may be able to use the HTML blocks inside a normal, single page form to insert fieldset elements and then use a script to animate the transitions and create the paging.

    Here's an example of using the inline HTML blocks to create fieldset groupings in your forms.

    http://forum.gravityhelp.com/topic/fieldsets#post-17019

    You can do a search for multi-page forms, multi page, wizard, etc. and find several topics on it here.. there were several examples and how-to's implementing jQuery solutions before the new multi-page functionality was added to the core.

    http://forum.gravityhelp.com/topic/wizard-plugin-for-gravity-forms#post-6191

    Posted 13 years ago on Sunday February 27, 2011 | Permalink