Here I have the Javascript method called js_hideButton
console.log(‘hide back button’);
document.addEventListener('DOMContentLoaded', () => {
document.getElementById('Bsair_t').style.display = 'none';
});
I call it in the onLoad event
js_hideButton();
It shows an error in the whole form.