Questions tagged [multi-step]

A multi-step form is a series of smaller forms most commonly referred to as "steps" to create a much longer form, such as job application, shipping, and registration forms, to name a few.

It is used to make it easier and less daunting for the users to input their information into your application by breaking the form down into an organised step-by-step form.

160 questions
0
votes
1 answer

Implementing Jquery Ajax in Multi-step register forms based on splited viewmodels in ASP.NET MVC5

I've used Darin-Dimitrov's approach for making a multi-step register form which is explained Here and it works fine. Now i want to handle submit events for Previous,Next and Finish buttons using jquery ajax instead of Html.Beginform(). Notes: I'm…
Amin K
  • 106
  • 1
  • 10
0
votes
1 answer

How can I set an input variable of Code (Zapier) as an intire JSON object from previous step (Webhook-GET)

One of my multi-steps Zaps has a Zapier.Webhook-GET as a step 2. Step 3 is Zapier.RunScript-Javascript. I can´t figure out a way to set up that intire JSON object resulted from step 2 as the input variable required for step 3. The list of options…
Humphreys
  • 1
  • 2
0
votes
0 answers

multi step from -Data collected

I am using contact form 7 multi-step forms. Total of 3 forms. When I get the final email it does not have all of the data from all of the forms only the last form after submitting. What am I doing wrong?... the multi- step functions are working and…
0
votes
1 answer

Simple 2-step animation using Unity's Animation Tool

I am new to Unity/coding and trying to create a simple 2-step animation in which I can adjust the delay times for each step. I have a lift in my game that uses two animations: "Up" and "Down". I'm using an enumerator to play the animations, and this…
0
votes
1 answer

how to create group of steps within step using angularjs , I mean steps inside step kind of wizard

how to create group of steps within step using angularjs , I mean steps inside step kind of wizard: I know it can be done using the ng-route having three template and then each template holding group of steps but how to manage the data for the group…
0
votes
1 answer

Multi stem jquery form not working

Below is my multistep form but it is not working properly,what it should happen is to go to next fields for input when next is clicked but when i click next it stays in that form nothing happens.It stays in the same page and even if next is clicked…
user3815328
  • 47
  • 2
  • 11
0
votes
1 answer

multi page form in codeigniter and save data in database after each step validation

i m building multi page form ,I want each section to validate and submit to db after the user clicks "next", which is best way to do it...i have written the whole form in one page and want to save in db after the user clicks "next" but for this next…
webpic
  • 443
  • 1
  • 10
  • 23
0
votes
1 answer

validate radio button before calling data-target

on my website im making some kind of multi step form. Each question had 2 possible answers (radio buttons) Each question is an a bootstrap accordion element. (only 1 visible at the time) When the page is loaded, the first bootstrap accordion element…
0
votes
0 answers

How do I capture details on a two-step form?

I know that it is possible to create multi-steps forms and capture details from each step and collate them. I don't know how the technical implementation works though. I currently have a two-step form in Wordpress with WPCF7 (first page with basic…
0
votes
1 answer

Multi step form with devise and another model

I found this link : http://andymaleh.blogspot.nl/2013/10/ultra-light-maintainable-wizards-in.html But I wonder if this idea can work if one of the steps is a devise step making a login name and password. And if this can work, what do I have to…
0
votes
1 answer

Django: One model multi-steps forms

I am trying to build a multi-step forms from one Django model which have 9 fields. The forms are validated in each step and saved after final step into database. The quick solution I can think of beside Django formWizard is I have a django model…
MysticCodes
  • 3,092
  • 5
  • 25
  • 33
0
votes
1 answer

css3 multi step form with tabs

I'm having a lot of trouble trying to build this multistep form with tabs. Here's the design so you can have an idea what I'm trying to do: image What is giving me a really hard time is the arrow kinda thing at the end of each tab; I was trying to…
Lowtrux
  • 156
  • 2
  • 12
  • 41
0
votes
2 answers

multistep form php and jquery

Hello i am using step forms step1,step2 etc here i apply jquery and goes to next page but my issue is i do not get data of first step in request on next step. here are just steps on sinlge page they just display hide and block.what should i do to…
Rakhi
  • 929
  • 15
  • 41
0
votes
0 answers

Rails How to create multiple step with list survey questionnaires

I want to create a questionnaire page like this link When user clicks Next, the page reload with new questions.If user presses Back, the page reload with questions that answered by this user. How can I implement this technical in Rails.
chinh
  • 273
  • 1
  • 4
  • 15
0
votes
0 answers

Rails 3 multi-step form with intermediate calculations not param or stored

Models Procedure and Option have a HABTM relationship Model Quote builds prices on the basis of the parameters from the first two tables in a multi-step form. Step 1 queries Procedure and a helper file (or module) extracts relevant data. def…
Jerome
  • 5,583
  • 3
  • 33
  • 76