Making a Copy of a Stateless Form
There should be a simple way to make a copy of a stateless form. The use case is to try-out some new code without disrupting any users currently on the app, for example.
As of now, you have to go into the "form definition with action" and select all the code and paste it into a new empty stateless form. Even this does not fully work because you get an error
Error modifying the page
[Form_Button_WFlow] Column 'BUTTON_ID' cannot be null
that only goes away by removing all the submit button code!
Cheers,
John Whitney