Hi Team,
I am trying to target the submit button inside the entity form to either enable or disable it using an if function. I was able to target the fields plus their value using the code below. How can i target the submit button inside that form using javascript? Is this even possible?
Hi, can you try the following:
$(".form-custom-actions").find("input[type=button]").hide();
that should hide the submit button
Ajlan
6
TonjeWaasjo
4
VDI
2