Creating Form Scripts

Form scripts are created from the Create Button. You need to specify a unique filename for the script in the dedicated scripting workspace. You can optionally select a document that already has the script you need otherwise a blank script file will be created. If you specify a document to upload then a new script file is created from the specified file and the original file left untouched.

Note:

An individual script can only be associated with one form. The same script cannot be triggered by two different forms or even form events. An individual form may trigger as many scripts as necessary.

Example of a row in the script deployment list.

To create a form script:

  1. Go to Administration > Scripting Center > Form.

    The form script list appears.

  2. Click the Create button and select New <Object type> form script deployment.

    The “New document” form appears.

  3. Enter a Filename.

  4. If you want to import an already written script, click Choose File and select the script file.

  5. Click Save.

    The form script list appears and includes your new form script.

  6. Click the name of the new script.

    The script opens in the Scripting Studio.

  7. Enter the script in the editor and change the information in the Tools and Settings form.

    1. Select the user that the script will run for ‘In testing’ state, see Testing and Debugging.

    2. Select any libraries referenced by this script.

    3. Select whether the script is executed On Submit, Before save, or After save.

    4. Select the Entrance function, the name of your function to run in the editor, see Entrance Function.

    5. Use the Code revision comments to comment the script changes made.

    6. Click SAVE.

    Note:

    The act of saving a script in the ”Inactive” state will move the script to the ”In testing” state, see Scripting Workflow.

After a script is created, you can edit the script by clicking on the script link, move the script through the Scripting Workflow, or view any log messages the script has generated using the “View Log” link, see Testing Form Scripts.

Tip:

To reduce the errors in your scripts, see Scripting Best Practices.

Scripts need to be carefully tested before being deployed to production. See Testing Form Scripts and Scripting Workflow for details.

For more details see: