1
0
-1

How can I restrict the user cannot submit multiple form in 1 day?

    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:

      1. Zhen Jian Toh

        Hi @Chris

        1. Is it possible to use workflow form binder for loading the data and using Bean Shell to store the data?
        2. When using BeanShell to store data, Can I use workflow form binder in the code? So the Bean Shell is just using for validation?
        3. Are the validation of time and the Redundant data can be done by BeanShell?
      2. Zhen Jian Toh

        I hope to come out with a pop out massage when they submit the form after cut off time or redundant record

      3. Zhen Jian Toh

        Beside that the BeanShell Tool Should I put in load, store or Post Processing Tool(Post Form Submission Processing)?

      CommentAdd your comment...