Multiple Submits On Same Form

I reuse the same form.
On submit, I reset the form, ready to do another submission.

There was a recent change around this as well. Resetting SCForm aborted the ongoing request. So had to switch to JS based form.reset.

This JS that you have suggested, I will have to manually code all the dynamic events as static ones inside the function, right? Or probably create a page flow and call that with inputs to reduce custom JS code.

What kind of events do you want? The fetch is a promise, you could trigger an event or run an action when the promise resolves.

I can make a simple ajax form component for you if you prefer that.

I have just submit & reset dynamic events configuredā€¦ which I can simply do on the ajax form that you have suggested.
I think that will work out.
Even though its not a Wappler solution, but it would do.

Will try it out soon and post my findings. :slight_smile: