I’m struggling to put together a basic multipage signup form. I am certainly not the first to ask this but the other answers haven’t quite included enough information to get me there. I listed some prior forum posts and examples below for reference.
I am basically aiming for this: Form 1. A two-page form that takes the data from page 1 and passes it to page 2 with a final submission button. I’m comfortable grabbing and passing URLs via javascript. Some specifics that would be nice to have:
A custom waiting text on the ‘next page’ button
A pause/wait on the first ‘next page’ button to make sure users read the waiting text
Basic validation on both pages (email, phone number)
I actually used this multi-step-form but the crucial part of the multi-step form is validating the input fields. I can see this working via having signup forms across multiple pages because it’s using forms in each page but is there a way to do this via the slider version?