function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DannyK89DannyK89 

IP Addresses

I am creating a site where users come in and create records. I was wondering if there was a way to make sure that I the site does not get spammed. I was thinking that I could do something with the IP Addresses.

Best Answer chosen by Admin (Salesforce Developers) 
Platy ITPlaty IT

It's pretty easy, and free, to add reCAPTCHA to a Visualforce page to ensure that it's being submitted by a human.  Details here- http://wiki.developerforce.com/index.php/Adding_CAPTCHA_to_Force.com_Sites

All Answers

Platy ITPlaty IT

It's pretty easy, and free, to add reCAPTCHA to a Visualforce page to ensure that it's being submitted by a human.  Details here- http://wiki.developerforce.com/index.php/Adding_CAPTCHA_to_Force.com_Sites

This was selected as the best answer
DannyK89DannyK89

Some of the links don't work. I can't sign up for a CAPTCHA key.

DannyK89DannyK89

OK I was able to sign up but I'm having a hard time understanding what I'm supposed to to with this code. Can you explain it a bit further?