Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Profiterole 232 posts 264 karma points
    Jan 19, 2011 @ 21:50
    Profiterole
    0

    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?

  • Tim 1193 posts 2675 karma points MVP 4x c-trib
    Jan 22, 2011 @ 10:21
    Tim
    0

    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.

    :)

  • Profiterole 232 posts 264 karma points
    Feb 03, 2011 @ 22:47
    Profiterole
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft