multi-step

Creating multi step forms

Hi, I have been searching around for a way to create a multi step form such as: http://planner.builtbybuffalo.com/step-1/ I couldnt find any resources, just other examples, the one I am trying to create will be a 3 part process. I am going to be building this in jQuery. I can understand the way to go from step to step, fadein/out, etc....

Multistep Nested Forms Using Rails

I'm trying to implement a multistep form using a nested form, but since I'm using a nested form, it's not working out like the railscast. I got this from railscast #217 (multistep form/wizards) http://railscasts.com/episodes/217-multistep-forms old _event.html.erb form <%= render "event_details", :f => f %> <%= render "sandwich_detail...

What are the best practices to handling multi-step forms in Coldfusion?

I have a three step form where each step posts to it's own action; the action redirects to the next step. The data is stored in the session scope. I have a filter that prevents a user from accessing the form handlers through anything other than a post request. There's nothing to stop someone from manually typing in the address of a step...