Usage Scenario: Notification After Form Submission

When a user fills out and submits a contact form, a Notify notification indicating that the process has been successfully completed is displayed. This allows the user to immediately know that the form has been submitted without any problems.

Adding a Notify Action to the Form Button

  • Enter the UI Design module.
  • Add the Button component to the form from the Elements panel on the left side.
  • In the Properties panel, enter ‘Submit’ in the Label field.
  • Select the button and add the + ADD ACTION → OnClick → Notification → Notify action.

Configuring the Notify Action

  • Message: The form has been successfully submitted! We will contact you as soon as possible.
  • Type: Success
  • Position: Top Right
  • Duration: 5

With this configuration, the user will see a green notification message in the top right corner of the screen that lasts for 5 seconds. This way, they will know that the form has been sent and will not need to repeat the process.