Creator Help

Customizing the success message

Overview

By default, Zoho Creator displays the message "Data Added Successfully" on successful submission of form data. You can customize the success message from the GUI or by writing Deluge Script.

Customize Success Message from GUI

  1. Select the form from the Forms Tab.
  2. Select More Actions -> Form Properties to view the Form properties.
  3. By default, the success message Data Added Successfully, will be displayed in the success message text box.
  4. Specify the new success message and click Done to update the changes.

Customize Success Message by writing Deluge Script

To customize the success message by writing Deluge Script refer the topic Success Message in Deluge Scripting.

Top