POP UP MESSAGE

Certified Associate Developer

Hi All,

Please help me to display a pop up message for when the process  has been completed successfully when the form values has been successfully added to the database 

  Discussion posts and replies are publicly visible

Parents
  • AFAIK creating pop-up messages are not possible. Have you tried showing a confirmation screen?

    Try this:

    • Create a new interface to show a confirmation page that the task was submitted and the details have been saved using rich-text
    • Use this form in a user input task in the process after the database write is successful.
    • Chain this UIT with your main form so that the confirmation screen is shown to the end-user as soon as the form submission is successful
Reply
  • AFAIK creating pop-up messages are not possible. Have you tried showing a confirmation screen?

    Try this:

    • Create a new interface to show a confirmation page that the task was submitted and the details have been saved using rich-text
    • Use this form in a user input task in the process after the database write is successful.
    • Chain this UIT with your main form so that the confirmation screen is shown to the end-user as soon as the form submission is successful
Children
No Data