Hi Everyone
I am using this code to hide a specific questions back button.
Qualtrics.SurveyEngine.addOnReady(function()
{
$('PreviousButton').hide();
This is working fine, but when the user presses NEXT, it quickly appears as the question skips onto the next, any ideas?