The multi-step tag has no wiki summary.
0
votes
1answer
87 views
Getting jquery multistep working
I'm trying to make a multistep form with jquery using this:
https://github.com/sheadawson/jquery.multistep
But so far I can't seem to get it working properly because it doesn't hide the other steps, ...
0
votes
1answer
83 views
Multistep forms using CodeIgniter
I am trying to build a multistep form with CodeIgniter,but I cant figure it out how it should be.My thoughts are to create for each step different contoller functions and views. Is my thought right or ...
1
vote
1answer
45 views
Wicked Rails Gem Help Wiring Up
I want to do a multi-step form for taking in new information. One page I want to collect name/contact info, the next page I want to collect medical history, the third page demographic information.
...
0
votes
1answer
91 views
Multi Stage Contact Form - PHP
http://webexpedition18.com/download/signup_form_WebExpedition18/
Hi Guys,
The above multi-stage contact form works great for my own project. It looks great and does the trick but i am stumped when ...
0
votes
0answers
177 views
Wizard step indicator in Rails 3
I have built a multi-step form that asks for inputs on a user's project. The multi-step part in necessary because an inline tutorial is included with each step, helping the user along the way.
I ...
0
votes
2answers
417 views
Multi-Step Post with Php and Javascript?
i have a 4 step form , i made it like 4 pages formstep1.php , formstep2.php , formstep3.php . These forms belongs to different tables on database..
I want to make it like for example ; when i ...
0
votes
1answer
70 views
Multiple step MODEL rails
I want to create an event by users using multiple steps for the creation.
At the moment I have the following problem that it redirects to the first step after completing the second step.
The ...
0
votes
1answer
52 views
rails 3 multiform geocoder
Using railscast 217 (multistep/wizard) from and geocoder. What I want to do is have the user enter a meeting location on the first part of the form, then on the second part of the form have geocoder ...
0
votes
2answers
47 views
How to protect current form sessions from Conflict
I have a form that has 3 steps. I use SESSIONS to keep values from step to step. When I open the same form in another tab and complete the first step, this immediately replaces the Session values from ...
1
vote
1answer
174 views
Multi step form validation Codeigniter
Is it possible in Codeigniter to run a multi-step Form validation, such that, when an error has been found, the form validation will stop (not validating the other Form validation rules)?
With the ...
1
vote
0answers
109 views
How to do validate confirmaion in multistep form if confirmation field on next step?
I use client_side_validations-formtastic and client_side_validations gems.
In my model:
validates_presence_of :full_name, :parent_name
validates_confirmation_of :full_name, :parent_name, on: :create
...
0
votes
3answers
121 views
How to divide a huge process into multiple steps in php?
I need to process an xml file and insert some data accordingly to my database. Since the XML file contains close to 10000 lines and there could be some thousand rows to insert to database I'm afraid ...
1
vote
3answers
94 views
Ruby on Rails using tabs
everyone!
At first, I made a single form with large amount of elements: text fields, text areas and so on. When I had got the form ready, I understood that it is not so user-friendly to have such a ...
0
votes
0answers
22 views
How to manage a step fail in a multistep service?
My services contains various steps when are called, for example, in a job/pause service looks like this:
remove the worker from the job
pause the job
find the job
update some counters on the product
...
1
vote
3answers
122 views
How can I know which option is selected in an HTML form?
I want to have a multi-step form with HTML and PHP.
The first step of my form is an option like:
<input type="radio" name="service_type" value="plan1"> Plan 1<br />
<input type="radio" ...
1
vote
1answer
967 views
Best practice/design for a multi-page form in .NET MVC3
I am working on a web application that involves the user filling out a multi-step form that spans several pages. The form has tabbed navigation across the top (these links do not submit the current ...
3
votes
2answers
502 views
Rails 3, large multi-step form: 1 large controller or separated by resource?
I have a multi-step form where the user fills out info on several different pages. In conventional rails, you keep each resource separate in its own controller and you use the REST actions to ...
0
votes
2answers
242 views
How can I use Jquery to get PHP data step by step?
I'm having a little problem with jquery with php combination. Let me begin with the codes.
PHP Code :
if ($_POST["request"]==10)
progress();
function progress()
{
$files = getfiles();
...
0
votes
0answers
58 views
HTML - multistep session and checkboxes
I have some problem with my multi step form - checkbox element. I can check fiew values and go to next step - everything work fine, but when I click "back to previous step" all checkbox are unchecked ...
0
votes
0answers
74 views
how to use joomla validate funcion in multistep form?
I did my reasearch and find some solution to validete form each step. But the thing is I want to use joomla's validation in each step independentely. additionally is it possible without defining all ...
0
votes
2answers
77 views
Encoding Json from MySQL
So I am trying to encode to JSON from MySQL and I need it in a [pagenumber][id,type,description][answerid,answerdescription] format. The goal of this is to read the data in a javascript file that will ...
1
vote
1answer
237 views
Multi step form and dealing with sensitive data?
I currently have a Multi step form set up in my CodeIgniter app and I am just wondering the best way to set it because it will hold sensitive data. At the moment I have a 5 page form which uses ajax ...
0
votes
1answer
75 views
Cannot save tag_list when using multi-step forms
I have a belonging model that allows user to post objects to be sold or rented on my website. I recently changed the form, making it a multi-step form: a first form asks the name of the object and if ...
4
votes
2answers
475 views
Umbraco Contour Multi step forms - deciding next step based on user input
I am using UmbracoCMS and Contour_1.1.12
While creating multi step forms, i need to dynamically decide, which form will be visible in the next step, based on certain field values the user has provided ...
1
vote
1answer
275 views
Multiple model form
Let say that I have an interface for inputting vehicle marketing information
+--------------------+
| Vehicle |
|--------------------|
| | ...
1
vote
1answer
55 views
Multiple related model new action
I have a model called Nonsense which has_one of Foo and Bar
In my controller for Nonsense I need to create the related entries for Foo and Bar
The reason I have to create those I that I need to show ...
0
votes
3answers
101 views
EF4 Getting Associations In Separate Queries When Using POCOs
I want to build up an object graph using Entity Framework 4.2.
Right now, I have POCO entities, using ICollection for navigation properties. I want to avoid using EntityCollection or anything ...
2
votes
1answer
1k views
Drupal 7, form won't get rebuilt
I'm building a multistep form and I don't want users to lose any storaged information if they accidentally refresh the page. Steps to reproduce:
1) Press 'ok'-button
2) ...
1
vote
1answer
2k views
Drupal 7: Ajax Powered Multi-step Forms
In Drupal 7, I am currently working to develop a multi-step Ajax form with the following workflow:
The user selects an item from a dropdown (<select />)
A group of radio buttons appear on the ...
2
votes
2answers
483 views
Best approach for a secure Rails 3 MultiStep Order Form without authentication
Right, im building an order form for a site that doesn't require any kind of user signup or authentication. The form has three models: Order, OrderImage, Print. An order form has many OrderImage's and ...
1
vote
1answer
156 views
What are the best practices when building a multi step form in Rails 3?
I'm looking to learn how to implement multi step forms (wizards) with Rails 3
what are your recommended resources for it ?
any useful gems or tutorials ?
0
votes
1answer
424 views
Multistep drupal form with tables
Can anyone tell me how to make a multistep drupal form which prints a table in one of the steps?-
This is the code I already have, it corresponds to the second step of the form. It throws me this ...
4
votes
1answer
905 views
Rails 3 multi-step form with file upload
I having some trouble trying to figure out how to implement a Rails 3 multi-page form with file uploads, where each step is handled by the update/edit actions in the controller.
Ryan Bates provided ...
0
votes
1answer
536 views
Problem with a php multistep form using sessions
I have a problem with a php multistep form.
I need to perform the switching between the different forms only in one page.
In this page I switch the following cases:
$_SESSION["profilo"]= ...
1
vote
1answer
369 views
interesting multistep forms in django
I have a multi-step form but it is a little different from commons. The difference is not all steps are consecutive and forms may be inorder. To be clear, let say there are
Form1 , Form2 , Form3 and ...
1
vote
2answers
303 views
Three step order form, best way to repopulate inputs
Currently working on a nice three step order form for a wedding photographer, so guests can order pictures.
I've set the form up in 3 steps.
1.user details 2. review order 3. confirmation
What's ...
1
vote
1answer
1k views
Creating a wizard-style form spanning multiple models
As the title suggests, I'm looking for a solution to implement a wizard-style form, which would span multiple models. Of course I did find a few resources but all of them focussed on a single model. I ...
0
votes
1answer
462 views
Most efficient way to code a large multi-step form in .NET?
I have a large multi-step form that will insert a record into a database. I'm using ASP.NET and I know there are some pre-made controls you can use for this, but I'm not all that familiar with all of ...
0
votes
2answers
559 views
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 ...
2
votes
1answer
855 views
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) ...
10
votes
3answers
21k views
Creating multi step forms
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 ...
