<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
undefinedoffset / silverstripe-nocaptcha example snippets
$form->enableSpamProtection();
$form->enableSpamProtection()
->fields()->fieldByName('Captcha')
->setTitle("Spam protection")
->setDescription("Please tick the box to prove you're a human and help us stop spam.");