Quantcast
Channel: Spiceworks Community - Latest topics
Viewing all articles
Browse latest Browse all 182753

Re : Prevent form from displaying?

$
0
0
Hi, 
You can use the disable task to disable all fields after showing the alert. 
  1. user  =  Users  [User_ID == zoho.loginuserid];
  2. if (user.Role  !=  "Administrator")
  3. {
  4. alert("Sorry, you don't have permissions to use this feature.");
  5. disable field1;
  6. disable field2;
  7. disable field3;
  8. disable field4;
  9. disable field5;
  10. }

Ruben
Zoho Creator Support
Read More

Viewing all articles
Browse latest Browse all 182753

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>