How to hide a button

how to hide this button
Screenshot from 2023-10-05 15-36-45

onload (frm) {
$(“.your-button-class-name”).hide();
}

how to get the button class name?

From the inspect

Hi @neh,

Please check the whole post.

Thank You!