Not out of the box, but you could write one fairly easily I guess. I have a package that should stop the same foprm being submitted multiple times, it looks for duplicates based on fields that you specify, and overwrites the old entry with the new one, so there will only be the one entry (although it will still fire any worflows for each submission). You can see it here: http://our.umbraco.org/projects/backoffice-extensions/attackmonkey-contour-remove-duplicate-entries if it's not quite what you're after, I can upload the source code to codeplex next weekend when I'm back off holiday, so you can mod it to your own needs.
Thank you, I'll look at your package. I solved my problem by using cookies. It's not perfect but most people do not know about cookies so they just can't fill the same form again.
Filter IP
Hi, in Contour there's a workflow to filter dirty words, but is there a way to filter IP so the same IP can't submit form two or more times?
Not out of the box, but you could write one fairly easily I guess. I have a package that should stop the same foprm being submitted multiple times, it looks for duplicates based on fields that you specify, and overwrites the old entry with the new one, so there will only be the one entry (although it will still fire any worflows for each submission). You can see it here: http://our.umbraco.org/projects/backoffice-extensions/attackmonkey-contour-remove-duplicate-entries if it's not quite what you're after, I can upload the source code to codeplex next weekend when I'm back off holiday, so you can mod it to your own needs.
:)
Thank you, I'll look at your package. I solved my problem by using cookies. It's not perfect but most people do not know about cookies so they just can't fill the same form again.
is working on a reply...