Add honeypot field for spambot
[MAILPOET-1014]
This commit is contained in:
@ -104,7 +104,7 @@ abstract class Base {
|
||||
if((int)$block['id'] > 0) {
|
||||
return 'cf_'.$block['id'];
|
||||
} else {
|
||||
return $block['id'];
|
||||
return 'form_field_'.base64_encode($block['id']);//obfuscate field name for spambots
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user