Add an async form processing option that allows a background datapage (or chain) and parameter cascade to act like a trigger
Right now, the system has what I would call "Foreground Datapages" - they are sequentially accessed in full view of the client.
I'd like to see the addition of "Background Datapages" - these are asynchronous pages that must start with a Foreground Datapage as a destination, can chain to however many background datapages one wishes to chain, and then returns a Foreground Datapage destination with parameters to navigate to.
This would alleviate the javascript cludge required to use a single datapage form to update multiple tables, improve the user experience of working with these forms, and simulate the activity of certain kinds of triggers (which right now are not possible in caspio).