Hello after having searched the forums I couldn't find any solution to this problem:
I want to implement a multi step form across models. Step 1: Enter requested username/ password/image etc - User model Step 2: Enter Employer Job Conditions information - EmployerJobCondition model Step 3: Enter Canditate Job Conditions information - CandidateJobCondition model In the third step only I want to store all the informations. The problem is if a user is created in step 1 and then exits his browser during step 2, thus a record in the users table is dangling, no good.Any suggestion for wizard like data entry? Ive looked at the Wizard plugin (http://github.com/crankin/wizard/tree/master), however it doesnt seam like it addresses the issue mentioned above. Pls help by giving suggestions for the above mentioned problem . Thanks in advance. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

