Submit to the next screen automatically after a pre-defined period of time
Summary | This article describes how to submit the form automatically after a pre-defined period of time in AskiaDesign by using JavaScript. |
Applies to | AskiaDesign |
Written for | Scriptwriters and survey authors |
Keywords | submit; screen; script; javascript; design; askiadesign |
Download the example QEX file
This plug-in allows you to submit the form automatically after a predefined period.
Add the following code in your screen:
<script language="Javascript" src="??ResPath??AutoSubmit.js"></script> <script language="Javascript"> //The following line triggers the timer to submit the form after 15 seconds //You can set the time in milliseconds ('ms'), seconds ('s') or minutes ('m') AutoSubmit(15,"s"); </script>