The Script tab lets you to add or update javascript script files within the system. Form scripts allow you add custom logic on forms. These can be linked to a form when it is being edited. 


The Scripts uploaded here will be used at the time of building the Form as described in Build Forms

Clicking on the sub-menu - ‘Script’ from the main navigation menu - ‘Manage’, you will be able to view the landing page for the Scripts Management.


These are the topics on this page:




Managing Form Scripts

You can either add a new script, edit a script or even delete a script from here. Adding or editing a script is done by uploading a javascript file from your computer to the system.

- The 'Add Script' Button lets you create a new script. For an in depth guide, please visit Adding / Editing Scripts

- The 'Edit' Button lets you edit the details of the corresponding script. For an in depth guide, please visit Adding / Editing Scripts

- The 'Delete' button lets you delete the corresponding script. For an in depth guide, please visit Deleting a Script


Back to Top


Adding / Editing Scripts

Clicking on the ‘Add Script’ button from the Scripts Management landing page, you will be able to add the new Script by submitting the following information:


Click on ‘Save Changes’ button to add the new Script. The newly created script will be added to the scripts list.

Creating a javascript file to be loaded to the system

jQuery is the preferred framework within the system. You can use this for injecting your own rules within forms. This can be showing/hiding fields based on values selected in other fields, making fields required, or looking up information from other tables to auto-populate field values.


Back to Top


Form Scripts

This section displays the listing of all the scripts added by you with the following details:

Refer to 'Managing Form Scripts' section above for more details.

At the bottom of the list, you will be able to see the slot of the entries you are currently viewing.


Back to Top


Searching a Script

Search feature will allow you to quickly find the needed script(s).

You need to enter the search keywords in the below Search Input box and instantly the Scripts list will be filtered as per the keywords and shows you the required Script(s).


Back to Top


Deleting a Script

You can delete the existing script by clicking on the ‘Delete’ button present across the script. Clicking on the ‘Delete’ button, you will be prompt for the Script delete confirmation. Once you select ‘Continue’ option, the selected Script will be deleted from the system.

Deleted Script(s) cannot be retrieved again. Be sure before deleting.


Back to Top