I want to restrict the number of submission upto 5 by any users in Confiforms. it means an user cannot submit more than 5 form in one day in Confiforms. The form is created by Confiforms Form View Registration
You can see an example of something similar (more complex though) that should help you
It works fine. but I want to set Department:[entry.Department] instead of createdBy:[entry._user]. In this case not working.
Department is a field created through Confiform Field Definition
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is not working for you? Could you share what you have?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Now, it's working when I Have put the department in the field To track also .
Thank You
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Alex Medved _ConfiForms_ , in the formula given in Vertuana, there is something wrong.
For eg
mydate
May 31, 2024
May 31, 2025
mydate.formatDate(MM) will return May or 05 in both case (2024 and 2025). So a user cannot submit the form in May month 2025 also as it returns the same value of month
Better will be mydate.formatDate(MM-yyyy) for month
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Feel free to extend - this is just an example of a concept
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.