Skip to content

Commit 924a0b9

Browse files
authored
Merge pull request #3318 from paulbalandan/honeypot-container
Add Honeypot::$container to env file
2 parents b1e2dec + 900a3ab commit 924a0b9

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

env

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
# HONEYPOT
8888
#--------------------------------------------------------------------
8989

90-
# honeypot.hidden = 'true'
91-
# honeypot.label = 'Fill This Field'
92-
# honeypot.name = 'honeypot'
93-
# honeypot.template = '<label>{label}</label><input type="text" name="{name}" value=""/>'
90+
# honeypot.hidden = 'true'
91+
# honeypot.label = 'Fill This Field'
92+
# honeypot.name = 'honeypot'
93+
# honeypot.template = '<label>{label}</label><input type="text" name="{name}" value=""/>'
94+
# honeypot.container = '<div style="display:none">{template}</div>'

0 commit comments

Comments
 (0)