Add Javascript Libraries
Insert Javascript libraries into the head code of the form to use library functions within the logic rules
Last updated
Was this helpful?
Insert Javascript libraries into the head code of the form to use library functions within the logic rules
To import a library into your form:
Open the form settings and navigate to the Form Properties tab.
Scroll down until you see the Custom Head Code text area.
Insert a <script> tag pointing to the desired JavaScript library (e.g., via CDN).
Click Save to apply your changes.

Once a library is imported, it can be accessed within a logic rule via the window object, like so: window.LibraryName.method()
Last updated
Was this helpful?
Was this helpful?