Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Start Time and End Time

Explorer ,
Feb 07, 2017 Feb 07, 2017

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.

TOPICS
Acrobat SDK and JavaScript
292
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 07, 2017 Feb 07, 2017
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines