How to set the time to fill out a form multipage a specified time, such as 30 minutes?
Forums
How to set the time to fill out a form multipage a specified time, such as 30 minutes?
Hi sylwekb,
I guess that you could set some kind of a timer - on a single page you could use JavaScript, on a multipage form I think that you would need to add the 'time so far' to the form data and use that value in the JavaScript for the next page.
What do you actually need to do here?
Bob
I guess that you could set some kind of a timer - on a single page you could use JavaScript, on a multipage form I think that you would need to add the 'time so far' to the form data and use that value in the JavaScript for the next page.
What do you actually need to do here?
Bob
I mean the application for sending time filling multi-page forms (PROFICIENCY TEST pages 1-19), for example, "filling in the form lasted 30 minutes" This is difficult. It is ready a tutorial on how exactly step by step to do?
Hi sylwekb,
There's no FAQ or tutorial - as far as I remember no-one has ever asked the question before.
If you just want to know how long the form took to complete then you could add a 'start_time' as a hidden input element in the On Load event of the first page. Then you can calculate how long it has take after the last page is submitted.
Bob
There's no FAQ or tutorial - as far as I remember no-one has ever asked the question before.
If you just want to know how long the form took to complete then you could add a 'start_time' as a hidden input element in the On Load event of the first page. Then you can calculate how long it has take after the last page is submitted.
Bob
This topic is locked and no more replies can be posted.