While filling the questionnaire a JavaScript alert occurs when a mandatory question or validation error found. After alert a read message displayed which looks good but alert annoys. Is there any way to disable alert throughout the Survey?
In Lime survey it is different to place code for java script.
Try this:
var newAlert = alert; // Preserving alert.
// Overriding the default alert.
alert = function(str){
return;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With