Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Configuring Existing JavaScript

The Quik! Form Viewer uses iScroll and jQuery for various features. By default these scripts are set to be accessed from the Quik! server (e.g. https://www.quikforms.com/shared/scripts/QFE/jquery-1.9.1.min.js) but can be changed to your environment. Set each scripts property to a location of your choosing with the iScrollFilePath and jQueryFilePath properties with either a fixed or relative URL to the JavaScript files included with this software in the JavaScripts folder.

...

A unique feature of the Quik! Form Engine is the ability to add custom JavaScript to the forms and extend your own customized functionality. For example, if you want to validate a field or cause events to fire when certain form fields are interacted with you could include a JavaScript file and set a JavaScript action to run. Set the CustomJavaFileIncludePath and CustomJavaScript properties.

Understanding Form Elements

...