By cgrant3d on
Hello all,
I need to figure out the best way to run a raffle in the next couple weeks. I've thought of two ways I could do this:
1. Users comment on the raffle announcement, their comment is their entry, then I randomly draw a number and that component number is the winner. However, the major drawback as I see it is that I'm not sure how I could keep people from commenting multiple times...
2. Users enter via an email entry form that comes to me. It would be then completely up to me to sort / remove duplicates, then I would draw a number between the total number of msgs and that numbered submission would win...
Any ideas? Has anyone done anything like this before? How did you handle it?
Chris
Comments
Survey module
I used the Survey module to capture the signups.
http://drupal.org/project/survey
Also added the ability to close the survey when it is over:
http://drupal.org/node/71471
Joe