To send the URL/link of the uploaded file in the e-mail message, select the “Deluge Mode” tab in the message box of the “Email Task” dialogue. Specify the url within the <a href>tag, in the format given belo…
and …
To understand this article, it is suggested to have some basic idea about Zoho Creator Forms, Embeddingand Customizing the background colors.
…
Passing parameters to Zoho Creator components via URL is possible. The below article explains how it is done for different components.
Form fields can accept parameters via URL. See this Form. The Form has a Name field an
…
The Sample application Subform in HTML View opens a HTML view on submit of a record in the Employee Form. The on add ->on success script added to the Employee Form, calls the HTML view named “Print” using the OpenUrl ta…
To send subform data in an email, you can iterate the subform data and concatenate with the message of an email. Please find the sample code format given below:
…
…
On Update is a field action that triggers a script when a field value is modified. Note that this section is executed only if the field value has been successfully edited.
…
On User Input is a field action that triggers any script once a field value is given/modified. Note that this section is executed in the Same page before submitting the Form data. You would see a spinning wheel immediately once the scr…
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).
…