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

  • SEARCH
  • Home
  • 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 7837609
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T14:45:08+00:00 2026-06-02T14:45:08+00:00

All the authentication plugins I’ve seen are implementing one-page user registration – user enters

  • 0

All the authentication plugins I’ve seen are implementing one-page user registration – user enters all his fields and then they are submitted at once. So the Devise authentication does.

Bun now we have requirements to do multi-page registration wizard.

Implementing it with JQuery with posting on last wizard’s page would be easy if we haven’t a requirement that user should be created on the very first page and then, on other pages should provide more and more information with saving after each page submit.

How would you suggest to implement this in a project which is using Devise authentication? How does this correspond to user’s activation process (I mean sending account confirmation e-mails)?

  • 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-02T14:45:10+00:00Added an answer on June 2, 2026 at 2:45 pm

    Multistep forms have nothing to do with any authentication plugin you use. It depends on how you integrate it.

    The complexity becomes much harder since you have multiple requests from page to page.
    – How do I keep the data?
    – When do I create the database model?
    – Should I use hidden fields an pass the values from page to page or should I stick them in the session?

    Those are all questions that pop up at some point and you should try sorting them out beforehand.

    Creating the model on the initial request has the big disadvantage that you could end up with a bogus database entry, which obviously you don’t want.

    You could create a temporary model for instance, that you use for collecting the userdata and at the end you create your real usermodel, going through devise, based on this tmp model and delete it when you’re done…

    Ryan Bates talks in one of his screencasts about multistep forms. http://railscasts.com/episodes/217-multistep-forms

    might be interesting for you to watch.

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

Sidebar

Related Questions

I see posts from all sorts of time period talking about pre-built authentication plugins
Is it possible to disable all authentication in a subfolder of a web site
I have a following configuration: IIS 7.5 Website A - Authentication: all options disabled,
I would like to log all INVITE requests sent by users with wrong authentication
After solving all authentication related problems in my first Spring web application I'm now
I'm using a reCaptcha class (the one that's included in the Tank Auth authentication
I'm using grails and facebook graph plugin for the user registration. However, instead of
I need to iterate all authentication modes for an IIS Application and disable all
I've been following this tutorial: http://emumair.wordpress.com/2011/03/17/social-network-authentication-with-omniauth-and-authlogic/ . I've walked through it all and I'm
All I need this for is strcpy(). I want to see whether the first

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.