For the complete documentation index, see llms.txt. This page is also available as Markdown.

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:

  1. Open the form settings and navigate to the Form Properties tab.

  2. Scroll down until you see the Custom Head Code text area.

  3. Insert a <script> tag pointing to the desired JavaScript library (e.g., via CDN).

  4. 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?