Hi,
Is there a way to show an alert message via jscript after the form has been succesfully submited.
Many of our users are used to doing actions in mobile, where after the action is completed they are notified of this, so for them it is sometimes confusing when they are on their dekstops.
I tried using
alert('Message Description");
return true"
But this is not entirely true because it could be that the form didnt correctly submit, and the other way around does not even show the alert, due to the fact that the form has already been submitted, and I also tried re-opening the folder, but nothing worked.
Any suggetions?
Thanks,