Page 1 of 1

Remove delete and or clone

Posted: Wed Jan 15, 2020 9:41 pm
by GlenMcCabe
Trying to find out how to turn off delete and clone buttons in a form.

Re: Remove delete and or clone

Posted: Wed Jan 15, 2020 11:21 pm
by Janusz
place in form JS custome code
nuHide('nuDeleteButton');
nuHide('nuCloneButton');

Re: Remove delete and or clone

Posted: Thu Jan 16, 2020 12:24 am
by GlenMcCabe
Thanks Janusz

Will try that tomorrow.

Glen

Re: Remove delete and or clone

Posted: Thu Jan 16, 2020 1:48 am
by kev1n
Also check out these threads:

Why just hiding will not prevent a user from calling the action:

https://forums.nubuilder.cloud/viewtopic. ... ton#p18975

Access Levels:
https://forums.nubuilder.cloud/viewtopic. ... enu#p15381