- Posts: 14
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
$(document).on("click","#limesurveysubmitbtn", function(e){ e.preventDefault(); // Do what you want }
Never worked without activating the XSS filter. That's how every workaround with Javascript started in the old days. Deactivate XSS filter.markusfluer wrote: deactivate the XSS filter in the settings.