PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Adding a time limit to take a quiz?

  1. Is it possible to set a time limit for taking a quiz? Such as 5 minutes, and if they pass that time the answers will be submitted and given results?

    Posted 10 years ago on Tuesday May 21, 2013 | Permalink
  2. There is no way in Gravity Forms to enforce a restriction like that. You could add some JavaScript to the page to make it impossible to change any more form inputs after the time is up, and then offer a popup or some other message to explain to the user what happened. You can then have them submit their answers, or possible submit the form automatically. This would all be done with jQuery.

    Here is one way to add a timer to a page with a form:
    http://howto.caspio.com/customization/add-a-time-limit-to-submission-forms.html

    Here is a discussion of submitting a form with jQuery:
    http://stackoverflow.com/questions/1200266/submit-a-form-using-jquery

    Posted 10 years ago on Thursday May 23, 2013 | Permalink

This topic has been resolved and has been closed to new replies.