Quantcast
Viewing all articles
Browse latest Browse all 17529

[SOLVED] How to hide Resume later and "Exit and clear survey" on end page - by: blocka

Seems to me there is no reason to show these two links after the Submit button has been pressed since the survey response is complete.

So, to fix this, if you are admin or have Filter HTML for XSS disabled, you can add this JavaScript snippet to the end message:

<script>
$(function(){
$('.navbar-right').hide(); // Hides nav bar
});
</script>

Viewing all articles
Browse latest Browse all 17529

Trending Articles