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
  • +1
    Certified Lead Developer
    in reply to davids0001

    I believe you will not be able to do this. Consider a new confirmation page, after clicking submit, load the interface as read-only. The submit button could say Review on your first screen, and then Confirm and Save on your read-only screen.

    I believe using a wizard style input and confirmation page is the best way to achieve this functionality, since the confirmation box does not give you the formatting options required.