pop up after completion of survey

shristy2
Giga Expert

Dear Team,

We have a requirement that a pop up should come up when customer satisfaction survey has completed , saying " Thank You for your feedback "

Any idea how to achieve it.

1 ACCEPTED SOLUTION

Navigate to "UI Pages" . Search for name "assessment_thanks" . Add the alert script under the HTML section . Once the user click on submit this alert will display over the screen .



Something like as below .



<script>


  alert("End of Survey");


</script>



You can use any other pop up box related script in order to display the pop up box to the user


View solution in original post

4 REPLIES 4

akashsrm100
Kilo Guru

Hi shristi


Go to configuration >>end note of survey designer you can define which end message you want to display


find_real_file.png


I understand end note will work but i need a pop up after completion.


Navigate to "UI Pages" . Search for name "assessment_thanks" . Add the alert script under the HTML section . Once the user click on submit this alert will display over the screen .



Something like as below .



<script>


  alert("End of Survey");


</script>



You can use any other pop up box related script in order to display the pop up box to the user


Yeah sumantha is correct


In client script section of UI page assessment_thanks write


alert('Your message to be displayed');