The alert messages are shown in a bar at the top of the page and after a few seconds disappear.
Can you leave them visible until the user clicks a "close" button?
Or can you show the message in a popup window or in a custom module?
#system-message-container {
display: block !important;
}