Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7996641
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T14:45:31+00:00 2026-06-04T14:45:31+00:00

Im thinking about implementing this multistep wizard discussed in ryan bates railscast. http://railscasts.com/episodes/346-wizard-forms-with-wicked Im

  • 0

Im thinking about implementing this multistep wizard discussed in ryan bates railscast. http://railscasts.com/episodes/346-wizard-forms-with-wicked

Im wondering how i could implement a progress meter such as the ones that you typical see in jquery wizards such as http://www.jankoatwarpspeed.com/examples/webform_to_wizard/#.

Any ideas?

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T14:45:32+00:00Added an answer on June 4, 2026 at 2:45 pm

    There are two main types of wizards.

    The first.

    This is exactly the one used in railscasts. In fact, you break one large form into several smaller ones. That is, you have a separate view for each form. Accordingly, you can write the current step in each of these views. You do not need to use jQuery plugins in this case.
    For example, like in railscasts just add in top of:

    #/app/views/user_steps/personal.html.erb
    <p>STEP 1: <b>Tell us a little about yourself</b></p>
    <p>STEP 2: Where can we find you?</p>
    
    #/app/views/user_steps/social.html.erb
    <p>STEP 1: Tell us a little about yourself</p>
    <p>STEP 2: <b>Where can we find you?</b></p>
    

    And the second.

    This is a one big form, which is shared by several small. This is what you show as the example. For this form, you do not need use wicked, because the jQuery plugin doing all work by self. At the end of the steps you just send this big form on the server.

    The problem with jQuery wizard in the validation of the form: you send the form on the last step, but errors may occurs in the previous steps. This problem can partly solve by the client side validation: https://github.com/bcardarella/client_side_validations

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm thinking about a good solution for implementing a sign up/login system that works
Been thinking about this for hours now. Im building a simple slideshow application, where
I am thinking about implementing a program with finite state automaton in an OOP
I'm thinking about implementing Intense Debate in my Wordpress site. I know that ID
I was thinking about implementing a logic similar to observer pattern on my website,
I am thinking about implementing a user interface according to the MVP pattern using
After asking this question about implementing an aspect with PostSharp, it came to my
I am currently thinking about implementing an application with NHibernate and I would like
I'm thinking about an application which recieves massive Data from the User. But this
I'm implementing a tag system similar to StackOverflow tag system. I was thinking about

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.