• Resolved fibbu

    (@fibbu)


    Hello;
    Is something like this possible?

    For example, we will make a calculation tool just before schools start to open.
    When the user says calculate he will just select the year.

    A countdown timer will appear and say 1 month, 1 day, 4 hours left, but the counter will countdown live.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @fibbu

    Yes, that’s possible. You should implement the equation that calculates the time and insert an “HTML Content” field in the form containing a script tag in its content with a timer that calls the EVALEQUATION operation (https://cff.dwbooster.com/documentation#managing-fields-module) each time interval you set in “setInterval” function.

    If you require assistance with implementing this process, please feel free to contact us directly via the plugin website. Contact US

    Best regards.

    Thread Starter fibbu

    (@fibbu)

    Now I found the remaining time. e.g. programming result. 1 day 3 hours 4 minutes 6 sec.

    If I describe this as a counter, you can explain it with an example and code. Let our result field be fieldname5. Thank you very much, the plugin is being added.

    Plugin Author codepeople

    (@codepeople)

    Hello @fibbu

    Yes, of course. Please contact us through the plugin website. It would be a pleasure to provide the specific code for your project. Please note the plugin support does not cover the implementation of the users’ projects.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Countdown Timer’ is closed to new replies.