How to display multi line error message in the toastr ??
I have formatted my error message like below
"Please fix the following: \r\nFirst Name is required\r\nLast Name is required\r\nEmail Address is required\r\n"
But in the toasrt it shows in the single line. Please help