Passing Parameters via URL

Passing parameters to Zoho Creator components via URL is possible. The below article explains how it is done for different components. 

  1. Form fields

    Form fields can accept parameters via URL. See this Form. The Form has a Name field an

On Delete ->On Success

On Delete ->On Success, as the name suggests is executed after a record is successfully deleted. You can write your own script block in this part, like sending an email (openUrl is not supported here).


How to reach the On Delete ->On Su

On Edit ->On Validate

On Edit ->On Validate section in Deluge is used to write the Form validation scripts when a record is edited. You can check for field values and tell the user to enter the right value. This part is executed after user clicks on the Update but

On Add ->On Validate

On Add ->On Validate section in Deluge is used to write the Form validation scripts. You can check for field values and tell the user to enter the right value. This part is executed after user clicks on the Submit button and before adding th

On Add ->On Load

On Add ->On Loadscript section in Deluge is used to execute your custom Deluge scripts when you add a record through a Zoho Creator Form. This part is executed immediately after the Form loads.