Timer on a Form
Is it possible to add a timer and then kick the user out of the form if the time passed that timer?
Solution:Jump to solution
It is possible, but it doesn't exist. This is more a livewire feature:
https://codepen.io/andychukse/pen/XWQmQXj
Simlar should do, and just place it in a render hook....
3 Replies
not possible?
Solution
It is possible, but it doesn't exist. This is more a livewire feature:
https://codepen.io/andychukse/pen/XWQmQXj
Simlar should do, and just place it in a render hook.
I see, will give it a try. thank you sire.