Limit # of submissions?

emomoney 21 May, 2009
I tried searching for this, but didn't seem to find what I was looking for. Is there a way to limit the number of submissions per IP? We're trying to setup a questionnaire, but only want one submission per person.
GreyHead 22 May, 2009
Hi emomoney,

If you save the form results in a database table you can save the IP address wit them. THen for future submissions check that the IP address is unique before permitting the vote.

Bob

PS This is pretty unreliable, IP addresses are often changed or shared and this may cause you more hassle than you need.
emomoney 30 May, 2009
Thanks. I was more hoping it would read from a cookie or something like the Joomla Core Poll does when you visit the site it recognizes you already took the poll and won't let you take it again.
GreyHead 30 May, 2009
Hi emomoney,

Using a cookie is possible too.

Bob
This topic is locked and no more replies can be posted.