impresspages / ImpressPages

ImpressPages is php framework with admin panel. Build functional website in one hour.
http://www.impresspages.org
Other
501 stars 178 forks source link

ANTI-SPAM WEBFORM without Captcha #880

Open ghost opened 6 years ago

ghost commented 6 years ago

Does Impress have option for WEBFORM with (almost) no spam even without Captcha?

AKISMET on Wordpress has it for example.

wannaco commented 6 years ago

It does https://www.impresspages.org/docs/validators On Apr 2, 2018 12:17 PM, "ChiSeeker" notifications@github.com wrote:

Does Impress have option for WEBFORM with (almost) no spam even without Captcha?

AKISMET on Wordpress has it for example.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/impresspages/ImpressPages/issues/880, or mute the thread https://github.com/notifications/unsubscribe-auth/AGwBu_xg5DNwNyDe2DtGWFcCVncBlTUXks5tkmtNgaJpZM4TD4AE .

ghost commented 6 years ago

Thanks Wannnaco

It says: ''Prevents form spamming. Generates hidden fields for spam check. Included in form by default. Can be remove dy $form->removeSpamCheck()''

So this is already a part of webform? Does any plugin need to be installed? Does one need to know anything about coding for this to work?

jankus commented 6 years ago

If you create a form via default tools Ip\Form(), then antispam and csrf comes by default unless you remove them.