Thank you message after submission in multi-line

How can I insert multi-line in a custom message that appears after submission. I've tried the following but it did not work.

fd.saved(function() {
setTimeout(function() {
fd._showAlert('Line 1\nLine2');

}, 0);
})

Hello @adasilva,

Unfortunately, currently it is not possible to display alert message in multiline.

Are you considering a paid support for this?
We can add an ability to display alert message in multiline. Please contact us via support@plumsail.com.

Thanks for letting me know. At the moment we are fine with displaying the message in single line.

1 Like