Add Javascript Libraries
Insert Javascript libraries into the head code of the form to use library functions within the logic rules
Importing Libraries
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.

Using the Libraries in a Logic Rules
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?