Qualtrics- Remove Forward Arrow with CSS/JavaScript Code 

Qualtrics- Remove Forward Arrow with CSS/JavaScript Code 

The image below pertains to removing the arrow button from all questions using the CSS code.

The image below pertains to removing the arrow button from specific questions using the JavaScript code.

  

#PreviousButton, #NextButton{

display: none;

}
 

Qualtrics.SurveyEngine.addOnReady(function () {

    $('NextButton').hide();

    $('PreviousButton').hide();

});



Article ID: 669
Last updated: 3 Jun, 2021
Revision: 1
ITS -> Survey Tools -> Qualtrics- Remove Forward Arrow with CSS/JavaScript Code 
https://easternct.makekb.com/entry/669/