Skip to content

Google ReCaptcha

OneBadNinja edited this page Nov 25, 2017 · 1 revision

By default, HandyMail utilises a hidden honeypot field as a security mechanism against bots.

However, it can be easily be configured to use Google Recaptcha for the added layer of security.

$form->use_captcha(string $secret, string $sitekey);

Note: you must first register for ReCaptcha here to receive the necessary parameters for use_captcha().

Clone this wiki locally