{label}'; /** * Honeypot container * * If you enabled CSP, you can remove `style="display:none"`. */ public string $container = '
{template}
'; /** * The id attribute for Honeypot container tag * * Used when CSP is enabled. */ public string $containerId = 'hpc'; }