I have a lot of fields in my form and what I want to be able to do is when the user accidentally taps Cancel, it would prompt or warn the user to save the data first before exiting the form.
Is there a way to do this?
Thank you!
I have a lot of fields in my form and what I want to be able to do is when the user accidentally taps Cancel, it would prompt or warn the user to save the data first before exiting the form.
Is there a way to do this?
Thank you!
No, I don’t believe so.
To do something like that you would need to build your own custom form screen.
Adding to what Darren said, if you’re building a custom form, the data the users enter, theoretically, will be there until they “submit” it (and you clear it with a set column action). If they want to go back to the previous screen then it’s totally fine, the data will still be there when they go back into your custom form.
Thank you!
Hi
Have you figured out a way to do this, apart from the custom form idea/If-else concept?
Thanks