You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/libraries/honeypot.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,3 +35,6 @@ Honeypot can be customized. The fields below can be set either in
35
35
* ``$label`` - HTML label for the honeypot field, default is ``'Fill This Field'``
36
36
* ``$name`` - name of the HTML form field used for the template; default is ``'honeypot'``
37
37
* ``$template`` - form field template used for the honeypot; default is ``'<label>{label}</label><input type="text" name="{name}" value="">'``
38
+
* ``$container`` - container tag for the template; default is ``'<div style="display:none">{template}</div>'``.
39
+
If you enables CSP, you can remove ``style="display:none"``.
40
+
* ``$containerId`` - [Since v4.3.0] this setting is used only when you enables CSP. You can change the id attribute for the container tag; default is ``'hpc'``
0 commit comments