Skip to main content
vigneshs53970460
Known Participant
February 7, 2017
Question

Start Time and End Time

  • February 7, 2017
  • 1 reply
  • 333 views

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.

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
February 7, 2017

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.