Field Actions

Zoho creator allows you to write deluge action scripts when ever the value of a field gets modified or is changed in the form. These action events are field specific and these scripts will be invoked only when a particular field value changes. The following field action scripts are supported:

On User Input: On User input is a client side action, which will be invoked whenever you change the value of a field in the form. 

On Update: If you want to perform action whenever the value of a field gets modified, you can write an on update script for that field. It is a server side event, and the field action will be executed only after you have saved the changes to the database (after you click the 'Update' button in the form)