The way Caspio tells you to set up a multi step form leads to an app that looks outdated by 7 years. I have been trying to make a form that looks as if it was actually made in 2019.
Here is what I have been working on. https://codepen.io/kpcollier/pen/gOOMBQe
How can I get my datapages to work in this workflow? I am stuck on a few things:
How to make the first step of the form 'submit' when you press the Next button.
How to make the 2nd step of the form (single record update
Hello @kpcollier
You can implement a similar workflow if you create datapages "on the fly".
It can be done if your datapages use AJAX. All datapages are AJAX by default.
First of all, you should create a wrapper div where you will load a new step datapage.
On each step of submission, you need to define the custom event to clear wrapper and load new datapage. This event should be fired on click of next/prev buttons.
Example of the function:
function createPage() {
var dat