Greetings
In my form i need a very simple functionality that is to have a button submit a record and then be redirected to another form, and another button to submit a record and reload form so a user can enter new records.
the only way i found to be able to include these buttons is to use stateless forms.
in my case stateless forms are very inefficent. i had to create a duplicate form of my original and make that duplicate a stateless form, after that i have to use deluge on submit to insert the record from the stateless form input to the original form (this alone doesn't make any sense), my form contains over 60 fields! i have to type them all manually.
and this is not where it ends! my original form contained a section for file uploads, and stateless forms don't support file uploads (because they are not supposed to store anything) and now i'm stuck having to find another work around this issue and need a way to store my uploaded files!
a lot of time was wasted and the project's complexity grew way worse, all because we needed a custom form button!
From here i call upon zoho creator development team to help us with this feature. i've seen this very same question getting asked multiple times on forms years and years ago and we still don't have anything to fix this
Please take action to solve this
(sorry for the rant)
Thanks