Skip to content

Commit 9abe323

Browse files
committed
fixed hidden field
1 parent c6ec010 commit 9abe323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/widget.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,8 @@
467467
// Honeypot field (hidden from users)
468468
if (config.enable_honeypot) {
469469
html += `
470-
<div class="ezform-honeypot" aria-hidden="true">
471-
<input type="text" name="_website" tabindex="-1" autocomplete="off">
470+
<div class="ezform-honeypot">
471+
<input type="text" name="_website" tabindex="-1" autocomplete="off" aria-hidden="true">
472472
</div>
473473
`;
474474
}

0 commit comments

Comments
 (0)