Form Restriction

Confluence User - 12 Aug, 2020

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

forms;restrict;submit;multiple

4


12 Aug, 2020
confluenceUser
confluenceUser

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:

12 Aug, 2020
confluenceUser
confluenceUser

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?
12 Aug, 2020
confluenceUser
confluenceUser

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

12 Aug, 2020
confluenceUser
confluenceUser

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

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print