Re: Spam-protected, accessible forms?

2007-03-26 Thread mac joost
Hi, I would absolutely recommend the Akismet service (http://akismet.com/) Felix has written a Model for it which is really easy to implement in your controller. No other view or model changes needed. See: http://cakeforge.org/snippet/detail.php?type=package&id=18 --~--~-~--~~---

Re: Spam-protected, accessible forms?

2007-03-26 Thread jitka
Hi Alex, I think You will want to review what AD7six has done - You can (at least) grab some idea how this can be done without modification of core helpers: http://www.noswad.me.uk/MiBlog/Spam Jitka --~--~-~--~~~---~--~~ You received this message because you are

Re: Spam-protected, accessible forms?

2007-03-26 Thread Grant Cox
So all you want is for your helper to have the same interface as the Form/Html helper, but save the requested field names to the session and generate new random field names which are passed to the real Form/ Html helper? In that case, your helper can either have var $helpers = array('Form','Html'

Spam-protected, accessible forms?

2007-03-26 Thread Alex
Hi, Since my site was attacked by spammers, I was working on a solution, that generates some random input boxes inside my formula. when these (hidden by several methods) were filled by an automated spam-robot, the following action will not take place. the other inputs had to be randomly renamed.