Understand Showing a Message on Form Submission | Zoho Creator Help

Understanding showing a message on form submission

Notes
Note: To ensure that your users don't accidentally submit forms upon clicking Enter/Return button on their devices, you (super-admin/admin) can enable the Confirm form submissionform property. This opens a popup requesting users to acknowledge their confirmation to submit the form, before actually proceeding to form submission.

When a user submits your form, the message Data Added Successfully! is displayed. This gives a confirmation to the user that their data was successfully submitted. You may use this default message or enable your users to view a custom message.

Learn how to set a custom message

Character limits

  • This message can include letters from any language, numbers, and special characters.
  • This message cannot exceed 255 characters.

Things to know

  • The message set for your form is displayed every time a user submits that form. Other default messages that your users get to see:
    • Data updated Successfully!, when they update one or more records
    • Record Deleted Successfully, when they delete a record
    • Records Deleted Successfully, when they delete multiple records at the same time
  • If you wish to enable your users to view a different message when they update or delete records, you must configure a form workflow that contains a Show success message action. Learn how