Skip to content

Commit 49fe62d

Browse files
authored
Merge pull request #67 from OpenAdaptAI/abrichr-patch-4
EmailForm.js: data-netlify-honeyput -> netlify-honeypot
2 parents f4f83fe + 6d310d7 commit 49fe62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/EmailForm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default function EmailForm() {
6969
className="flex items-center justify-center"
7070
onSubmit={handleSubmit}
7171
data-netlify="true"
72-
data-netlify-honeypot="bot-field"
72+
netlify-honeypot="bot-field"
7373
name="email" // Ensure this matches with Netlify form settings
7474
style={{
7575
width: '100%',

0 commit comments

Comments
 (0)