1
0
-1

Hi everyone, is there any ways to close the form or disable the menu after a specific time?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hey there, you can write a simple bean shell script for Bean Shell Permission.

      The logic just need to check the current time if it is within your preferred time limits (e.g: cannot submit after 7pm), and then return true or false accordingly.

      You can refer here for guides and samples on writing bean shell for Permission:

        CommentAdd your comment...