Page 1 of 1

CGBetterForms honeypot

Posted: Tue Dec 03, 2019 4:48 am
by Simon66
CGBetterForms module help says there is a built in honeypot.

How do I use this?

I can create one from scratch using the tutorial on cmscanbesimple.org

But CGBetterForms doesn't have a Field Validation of "Doesn't match Regular Expression".
Any suggestions on how to work around that?

Cheers
Simon66

Re: CGBetterForms honeypot

Posted: Tue Dec 03, 2019 2:53 pm
by DIGI3
It actually just does it - I don't think you can disable it.

You can add additional ones using the Validate via Smarty Template validation, using something like:
{if $myhoneypot != ''}form is invalid{/if}