Captcha Customization 16.03.08
I need to implement re-Captcha on a web recommendation form (www.assistech.com/recform.php) to keep it from being spammed by robots. To that end, I would need the php script customized. This is a SHARED FORM used on FOUR different websites. re-Captcha requires a php plugin (http://recaptcha.net/plugins/php/) which I would have no trouble installing. The catch is that the plugin calls for a public key and a private key, and each website needs to have a pair of keys. The customized script needs to be flexible enough to automatically embed the right keys (depending on which website the customer is coming from).



