Hide honeypot field to prevent Safari autocomplete

[MAILPOET-1180]
This commit is contained in:
Pavel Dohnal
2017-11-21 11:47:46 +00:00
parent e5b5a8df37
commit 883ae5b0e4

View File

@ -15,7 +15,7 @@ class Renderer {
$styles = new Util\Styles(static::getStyles($form));
$html = '<style type="text/css">';
$html .= '.mailpoet_hp_email_label{position: absolute;left: -999em;}'; // move honeypot field out of sight
$html .= '.mailpoet_hp_email_label{display:none;}'; // move honeypot field out of sight
$html .= $styles->render($prefix);
$html .= '</style>';