Page 1 of 1

Phone call duration - Start and stop timers

Posted: Sun Nov 10, 2019 6:18 am
by lac8383
I am trying to create a simple dashboard that can be used by departmental personnel to track phone calls and other activities with their duration (start and stop times).
For example, when a phone call is received, I want to be able to click a button that starts recording time and when the phone call ends, click another button that ends the timer and posts the results without manually entering the start and stop times. The goal is to make it one click for the end user without manual typing.

I want the start and stop times to be displayed but I am not having luck with form buttons, events and/or timer functions to accomplish this. I have the main page with the form, the success and failure pages setup. Testing works as the success page comes up, I receive my email but the start and stop timer values I want to see don't show. The results do not display any start and stop recording information that I desire.

I have previously created forms that capture entered text, combo box, date picker information and sends that information to my email but I am not having any success for something that would appear to be fairly simple.

Any guidance would be appreciated.

Regards
Leo

Re: Phone call duration - Start and stop timers

Posted: Sun Nov 10, 2019 7:52 am
by Pablo
There is no standard solution for this, this will require a custom script.
You can add custom code via the HTML object.

Re: Phone call duration - Start and stop timers

Posted: Sun Nov 10, 2019 8:26 am
by BaconFries
Maybe this will start you in the right direction...
http://jsfiddle.net/hUYZv/1/