Hello community.
In my application, I would like to have stopwatch.
• Stopwatch should starts and run when the form field with stopwatch is visible and stop when not visible. It should be visible through few steps. When not visible, it will reset. When visible again, it will start again.
Alternatively,
• JavaScript, HTML, CSS stopwatch with buttons (Start, Reset are enough).
Are these requirements feasible to be done in WEBCON?
I know, in WEBCON:
• There are an HTML form fields, even supporting some JavaScript functions.
• There are a Form Rules with JavaScript mode
But, where to put what (JS, HTML, CSS) and how to combine/address/relate parts to functional stopwatches?