Hi everyone im looking for method to hide Stages in BPF ( Next and Back)
i tried several js but still not working :
{
// processActionsContainer.style.display = "none";
$("#stageBackActionContainer").hide();
$("#stageBackActionContainer").html("");
$("#stageAdvanceActionContainer").hide();
$("#stageAdvanceActionContainer").html("");
}