Copy link to clipboard
Copied
Hi All,
Right now, I am creating a quiz form where I have a start button.
The user has to complete the form within 30 mins. if it exceeds more than 30 mins all the fields should automatically become readonly and the form should save and close.
So, I need the proper timing functions for this form. Can anyone help me with this????.
Thanks in advance.
Copy link to clipboard
Copied
You can use the setTimeOut method of the app object to execute some code after X amount of time, but unless you can install a script on the local computer of each user then you can't force the file to be saved automatically in a specific location.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now