Hello everyone,
I’ve enabled the back button in the options of the survey, I’ve also add this code below in Header in Look & Feel :
<script>
jQuery('#PreviousButton').show();
});
</script>
And also add that code in CSS :
.PreviousButton{
display: all;
}
But I still don’t have back button on some pages can someone please help ?
Regards,
Tata