On a multi-page form, how do you "auto-next" each step once all fields are filled in? I don't want the user to have to hit next with each step.
Here's an example:
Any help?
On a multi-page form, how do you "auto-next" each step once all fields are filled in? I don't want the user to have to hit next with each step.
Here's an example:
Any help?
You will have to do that with jQuery on the front end. Instructions on doing that are outside of the support we can provide here.
If you look at the Lendingtree source, you can see all the scripts they use and you might be able to see how they accomplished it.