Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

How to build jquery multi step form with progessBar plus some sort of validation?

How to build jquery multi step form with progessBar plus some sort of validation? Possibly with bootstrap support .

I see this mix implemented all over the web, But unfortunately on teamTreehouse platform such course doesn’t exist! Can someone please help me by showing how to do it Thanks very much in advance to anyone who might help.

George.A

2 Answers

Steven Parker
Steven Parker
243,318 Points

Bootstrap resources include progress bars, so this is reasonably easy to do with bootstrap. A bit of JavaScript code would provide for dynamically updating it to reflect the status of the form.

This exact application may not be a course example, but the principles of both input validation and creating dynamic functionality with JavaScript certainly are.

You might also try deconstructing examples you have found on the web of similar sites for implementation ideas.

thank you very much Steven Parker for your swift answer. I'm certainly trying my best on the,I have found two cool jquery plugin in case someone is looking for such solution like me:

http://techlaboratory.net/smartwizard

http://www.jquery-steps.com/Examples