How can I make an auto notification with my form?

  • Artie
    Asked on November 20, 2017 at 7:15 PM

    How can I change the Countdown Widget to start the countdown when submission is clicked?


    Or how can I receive a notification if a form is not submitted within a 2hr time frame?


    Thanks!

  • liyam
    Replied on November 20, 2017 at 9:55 PM

    Unfortunately our widgets are designed normally to run or be used before a submission is clicked, not after. And we do not have tools at the moment which can trigger under the condition to send a form or send an email notification after a certain time limit is reached. 

    I suppose your solution here is to use the form's full HTML source, and then alter the source by adding your script there that should make your requirements happen. You can check out this guide to know how to get your form's source code here: https://www.jotform.com/help/104-How-to-get-the-Full-Source-Code-of-your-Form

    Thanks.