JavaScript snippets
Support for dynamic content (JavaScript snippets)
JavaScript snippet format
<?js: return "value"; /** sample JS code returning a value */ ?>Usage examples
1. Returning a value depending on a form field
<?js: return getValue("GesTextField1") ? "m1. " : ""; ?>2. Handling default and custom value (session variables)
3. Snippet with HTML formatting
Available JavaScript methods
Important note about identifiers
Last updated
Was this helpful?
