step by step form

Creating a Simple Form with Multiple Step and validation using JavaScript and jQuery

Submitted by oretnom23 on

In this tutorial, I will show how to Create a Simple Form with Multiple Step and validation using JavaScript and jQuery. The goal of this tutorial is to give you an idea to create the said form by Manipulating the HTML Elements. Here, we will be creating a simple form that contains a single form but has multiple steps. Each step has some required fields and some have field type validation. In the form, the user cannot proceed to the next step if there's an invalid field in the visible step.

AngularJS Step by Step Form using ngRoute

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a step by step form in Angular JS with Angular Route and Angular Animate. Step by Step form is a kind of form wherein users can't proceed to the next step without finishing the current step first. We use Angular Route to handle our routes and angular animate for a simple slide animation in between views.