VitalyP
VitalyP

Reputation: 1867

Rails 3 step-by-step form with registration

I am looking for the best way to create wizard with registration on my site.

I would like to show a form for adding things and at the same time register user. For example, I need a form with some inputs for content and at the bottom, before "submit" button, inputs requires credentials (email, name, password) and saves content as this new user.

Upvotes: 1

Views: 852

Answers (1)

user973254
user973254

Reputation:

Take a look at this gem and railscasts (which shows how to act with this gem): first and second

Upvotes: 1

Related Questions