Hi, I already started this question in another email, but the subject was wrong and I'd like to specify better what I want.
I want a wizard form like http://railscasts.com/episodes/217-multistep-forms?view=similar , but with a progress bar and each step will be a different model, something like http://railscasts.com/episodes/196-nested-model-form-part-1?view=similar , but my models have a belongs_to and has_one relationship (basically, to start, I have a Company model which has_one CompanyContact model, and the CompanyContact belongs_to my Company model). The episode 196 uses a has_many relationship. I tried to follow it, and it works with the has_many, but when I change to has_one it doesn't. Also the episode 217 only shows a multistep form with one model and no progress bar. If anyone can help me please do. Thank you, Rodrigo -- 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.

