Can I attach my own custom javascript to my form

  • eldodev
    Asked on October 18, 2017 at 4:54 PM

    Can I attach my own custom javascript to my form?

    Is there a way to add a script to the html of my form?

  • Kevin Support Team Lead
    Replied on October 18, 2017 at 7:29 PM

    Due to security reasons it's not possible to add JavaScript to a form, the HTML tags that you can use are a bit limited too. 

    But if you require to add some JavaScript code for any reason, then you will need to get the source code of your form, this guide will help you getting that: https://www.jotform.com/help/104-How-to-get-the-Full-Source-Code-of-your-Form 

    But note that each time that you make a change to your form you will need to re-embed your form with a fresh copy of the code. 

    I hope this helps.