- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
function showStartPopups(){ if(typeof showpopup=="undefined"){showpopup=1;} if(typeof startPopups=="undefined"){startPopups=[];} if(showpopup){ $.each(startPopups,function(key, text){ alert($("<div/>").html(text).text());// Parse HTML because of &#039; }); } }
showpopup=1; startPopups=["One or more mandatory questions have not been answered. You cannot proceed until these have been completed.","One or more questions have not been answered in a valid manner. You cannot proceed until these answers are valid."];
showpopup=1; startPopups=[]