Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

Add 'Are you sure' popup at "Send" action

  • algores
  • algores's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
1 year 11 months ago #234203 by algores
Please help us help you and fill where relevant:
Your LimeSurvey version: LimeSurvey Community Edition, Version 5.4.10+221107
Own server or LimeSurvey hosting: My own server
Survey theme/template: Skelvanilla
==================

Dear All,
I'm trying to add a JS script that shows me a popup that asks "This is your final submission of survey. Do you want to continue?", when I'm pressing the Send button at the end of a survey.
Browsing the Internet I found this script: 

<script type="text/javascript" charset="utf-8">

$(document).ready(function() {

// Interrupt the submit function
$('#ls-button-submit').click(function(){
if(confirm('This is your final submission of survey. Do you want to continue?')) {
return true;
}
else {
              // the user clicked cancel, let's stop the form submission
              e.preventDefault();
              e.stopPropagation();
              return false;
}
});
});

</script>

Unfortunately this code doesn't work for me because if I click on the "cancel" button, the script acts like when I click on the "OK" button:
is someone able to help me on let this script working?
Thanks a lot!
A. 
The following user(s) said Thank You: boshra.m

Please Log in to join the conversation.

  • Joffm
  • Joffm's Avatar
  • Away
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
1 year 11 months ago #234204 by Joffm
Replied by Joffm on topic Add 'Are you sure' popup at "Send" action
$('#ls-button-submit').click(function(e){
works

Volunteers are not paid.
Not because they are worthless, but because they are priceless
The following user(s) said Thank You: boshra.m

Please Log in to join the conversation.

  • algores
  • algores's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
1 year 11 months ago #234205 by algores
Replied by algores on topic Add 'Are you sure' popup at "Send" action
Thank you Joffm, it helped :)

Please Log in to join the conversation.

Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose