Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Remove delete and or clone

Questions related to using nuBuilder Forte.
Post Reply
GlenMcCabe
Posts: 114
Joined: Sun Sep 29, 2019 12:40 pm

Remove delete and or clone

Unread post by GlenMcCabe »

Trying to find out how to turn off delete and clone buttons in a form.
Janusz
nuBuilder Team
Posts: 508
Joined: Fri Dec 28, 2018 1:41 pm
Location: Krakow, Poland
Has thanked: 11 times
Been thanked: 18 times

Re: Remove delete and or clone

Unread post by Janusz »

place in form JS custome code
nuHide('nuDeleteButton');
nuHide('nuCloneButton');
If you like nuBuilder, please leave a review on SourceForge
GlenMcCabe
Posts: 114
Joined: Sun Sep 29, 2019 12:40 pm

Re: Remove delete and or clone

Unread post by GlenMcCabe »

Thanks Janusz

Will try that tomorrow.

Glen
kev1n
nuBuilder Team
Posts: 4562
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 528 times
Contact:

Re: Remove delete and or clone

Unread post 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
Post Reply