| Previous topic :: Next topic |
| Author |
Message |
ydevissc
Joined: 21 Aug 2007
Posts: 3
|
| Posted: Mon Aug 27, 2007 8:33 am Post subject: Web forms anti-spam |
|
|
| Does anybody know if the vtiger web forms are protected against spam (mass mailing)? |
|
| Back to top |
|
greggster
Joined: 27 Oct 2006
Posts: 65
Location: San Francisco
|
| Posted: Mon Sep 03, 2007 8:44 am Post subject: Web forms anti-spam |
|
|
| From my experience, they are not - but you can perhaps create what I can call a safety string - a field that the user types in a value or sentence "Hi Bob" or "Type this sentence" and check that the value matches - I suppose this will cut down on spam until captchas are set-up - not that hard really, just a matter of writing some code to get them working. This is one of many measures one can use to fight spam. Are you a coder by chance? I wrote some code last fall for the webforms and a doc on customizing them, since then been busy but would like to add this feature and expand the webforms... |
|
| Back to top |
|
matteoraggi
Joined: 03 Dec 2007
Posts: 304
Location: italy
|
| Posted: Tue Dec 04, 2007 7:29 pm Post subject: Web forms anti-spam |
|
|
| I have see many opensource on wordpress abou it in php language.. about comments.. |
|
| Back to top |
|
| |