Is it allowed to form as a e-mail result of time filling out the form?
eg such as "filling in the form lasted 30 minutes"
How does it perform?
eg such as "filling in the form lasted 30 minutes"
How does it perform?
<?php
$form->data['start_time'] = time();
?>
<?php
$form->data['complete_time'] = ( time() - $form->data['start_time'] ) / 60;
?>
!! Not tested and may need debugging !!