Summary | This article describes how to submit the form automatically after a predefined period 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>
Comments