How to set the number of times a form can be submitted
1. Usage scenarios
If you need to limit the number of times that a form can be submitted, you can use this method to set it.
2. Procedure
Here we use Form verification AndCOUNT Function.
2.1 obtain the Form ID
Find the corresponding form ID in the application settings.
Obtain the Form ID2.2 Add form verification
Select the current table page and add a formula verification function to the form verification. For more information, see the following:
EQ(COUNT("表单ID"),需要限制的次数)
COUNTThe function can count the number of submitted instances of the form. Here, we can use it to obtain the number of submitted instances of the form.
When two parameters are equalEQThe function returns true to block submission.
The prompt text that blocks submission can be customized at the bottom.
As shown in the following figure, the configuration form can be submitted up to three times. If the maximum number of submissions has been reached for more than three times, please contact the administrator! 」.
Add Form verification
3. Effect demonstration
Limit submission times
4. Try it online
https://www.aliwork.com/bench/coe? tplUuid=TPL_MCK4DMODOG0VD6KN0ZVS
-------------------- Get the latest information YIDA, welcome to follow US--------------------