Search code examples
jqueryformsmulti-step

Creating multi step forms


I have been searching around for a way to create a multi step form such as: http://planner.builtbybuffalo.com/step-1/

I couldnt find any resources, just other examples, the one I am trying to create will be a 3 part process. I am going to be building this in jQuery.

I can understand the way to go from step to step, fadein/out, etc. But having a marker change and say what step.

Thoughts?


Solution

  • Try this blog post from Janko

    "Turn any webform into a powerful wizard with jQuery (FormToWizard plugin)"

    Here is his demo .

    I haven't used this plugin from him but I know that he has very good posts that I have used in the past.

    I hope this helps.

    EDIT:

    I recently have used this plugin and it worked great. It was simple to use and easy to modify for my specific needs.