Choose where you’d like to start

Success message

Table of Contents

Note:

  • This task is applicable only to Zoho Creator.

Overview

The success message deluge task is used to display a specified message after a form is successfully submitted.

The message specified in this task overrules the message specified through UI in form properties.

Syntax

success message <expression>;
ParameterDescription
<expression>

The message to be displayed.

All data types are applicable.

You can specify field inputs in the format: input.<field_link_name>

This task can be used in the following events

When a record is Created
On LoadNo
On ValidateNo
On SuccessYes
On User inputNo
Subform on add rowNo
Subform on delete rowNo
When a record is Created or Edited
On LoadNo
On ValidateNo
On SuccessYes
On User inputNo
Subform on add rowNo
Subform on delete rowNo
When a record is Edited
On LoadNo
On ValidateNo
On SuccessYes
On User inputNo
Subform on add rowNo
Subform on delete rowNo
When a record is Deleted
On ValidateNo
On SuccessYes
Other workflow events
On a scheduled dateNo
During approval processNo
During payment processNo
In a Custom FunctionNo
In an Action item in reportNo

Example

The following snippet when triggered displays the specified success message.

success message "Thanks for your feedback";

Get Started Now

Execute