We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4f83fe + 6d310d7 commit 49fe62dCopy full SHA for 49fe62d
components/EmailForm.js
@@ -69,7 +69,7 @@ export default function EmailForm() {
69
className="flex items-center justify-center"
70
onSubmit={handleSubmit}
71
data-netlify="true"
72
- data-netlify-honeypot="bot-field"
+ netlify-honeypot="bot-field"
73
name="email" // Ensure this matches with Netlify form settings
74
style={{
75
width: '100%',
0 commit comments