Workflow: disable form after certain number of submissions
I would like a form to be disabled (rendering a message that no more submissions can be accepted) after a certain number of submissions are approved. This sounds like a job for a custom workflow, but is it possible to disable a form or change the content of a form from within a workflow? Or is there a better way to accomplish the goal?
Workflow: disable form after certain number of submissions
I would like a form to be disabled (rendering a message that no more submissions can be accepted) after a certain number of submissions are approved. This sounds like a job for a custom workflow, but is it possible to disable a form or change the content of a form from within a workflow? Or is there a better way to accomplish the goal?
Thanks for any input.
Comment author was deleted
Hey Ryan,
Well think it makes more sens to do this in your template, with some inline c# , fetching the number of entries and then making the check
At the bottom of this post you can see an example of using some code in your template
http://www.nibble.be/?p=81
is working on a reply...