![]() |
Urlaubsplan
|


Öffentliche Attribute | |
| bool | $hidden = true |
| string | $label = 'Fill This Field' |
| string | $name = 'honeypot' |
| string | $template = '<label>{label}</label><input type="text" name="{name}" value="">' |
| string | $container = '<div style="display:none">{template}</div>' |
| string | $containerId = 'hpc' |
| string Config::Honeypot::$container = '<div style="display:none">{template}</div>' |
Honeypot container
If you enabled CSP, you can remove style="display:none".
| string Config::Honeypot::$containerId = 'hpc' |
The id attribute for Honeypot container tag
Used when CSP is enabled.
| string Config::Honeypot::$label = 'Fill This Field' |
Honeypot Label Content
| string Config::Honeypot::$name = 'honeypot' |
Honeypot Field Name
| string Config::Honeypot::$template = '<label>{label}</label><input type="text" name="{name}" value="">' |
Honeypot HTML Template