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.
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.
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.
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.
This topic is locked and no more replies can be posted.