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
-1
votes
1 answer

angularjs multi step form performance

Hi I am working on project that has five step form and there is about 10 ng-repeat of json value. I am facing performance problem sometime there is empty ng-repeat so my fields show no value but when I refresh browser it work again I am using…
sanu
  • 1,048
  • 3
  • 14
  • 28
-1
votes
3 answers

Does anyone know why my multi-phase form won't work?

I am making a multi-phase form but it is not acting normal I have written a lot of diffrent code for it but don't know why it is not working the way I want it It has been two days working with it I am feeling stupid now here is the code…
-1
votes
1 answer

Java - Beckers robots package. Parameter stepwise refinement

i am using the import becker.robots file for this assignment! I must create a class DistributeBot (extended RobotSE) which will put down a number of 'things' in the shape of 2 squares. When the main method is then created, a single call to a method…
user3223921
  • 1
  • 1
  • 5
-2
votes
1 answer

getting null value on first click on radio buttons , but after clicking next , i am getting actual value

I am using react-hook-form for building react multi-step-form. Everything is fine, I am using radio button as my first field in my first step. I have done every thing right, but when I click first time in radio button and click next to go to the…
All data
  • 1
  • 3
-2
votes
1 answer

How to combine an output from a forecast thats in a loop

Im trying to build a rolling multistep ARIMA forecast. But I cant combine the outputs from the forecast with newer ones. from pandas import read_csv from statsmodels.tsa.arima_model import ARIMA data = read_csv('data_woc.csv', header=0,…
-2
votes
2 answers

HTML -- PHP to Email

Not sure if I'm doing this right. Completely new to this stuff... I have a multistep form that I'm trying to get submitted to my email. The form has a set of buttons in each phase. I'd like the selected buttons to be sent to my…
-2
votes
1 answer

Multiple step form ragistration in codeigniter

I am sorry for this question may be is not good. i need tutorial multiple step form registration in codeigniter. i am searching in google but its not detail explanation and may be you know good tutorial multiple step form registration in…
user3459150
  • 35
  • 2
  • 14
-3
votes
1 answer

Multi step post wordpress

i need to create a multi step post on front end wordpress, i tried a lot but i don't reach the solution... There aren't plugin that make this and i tried to modify the code of a plugin with you can create a custom post but if i divide the fieldest…
-3
votes
1 answer

How to create fancy advanced 2 step email signup input box

I am a novice web developer and trying to find out how to create an email signup form that allows a user to submit an email then in the same signup input box without changing the page allow the user to enter non required information; their first and…
NetAdmin1
  • 23
  • 5
1 2 3
10
11