Showing information in confirm dialog box

Certified Lead Developer

Hi,

I want to show the details which are entered by the user in the confirm dialog box, In the confirmMessage property I have concatenated the details but I want to show the each user input in each line instead of showing them all details in a single line. For suppose if there are three fields such as Name, Age and DOB, I want to show each of them in a new line. Will it be possible? 

  Discussion posts and replies are publicly visible

Parents Reply Children
  • The char function will not work in the confirmation message. I would say that if you have to display the information in the confirmation box use this syntax for the best readability:
    "Name: John Doe; Age: 22; DOB: 01/01/2001"

    However, I would recommend to display this information in a different way depending on what you are trying to accomplish. Perhaps, add a confirmation page after submitting the form.