Skip to content

Commit

Permalink
Troubleshooting netlify forms
Browse files Browse the repository at this point in the history
  • Loading branch information
jrparente committed Feb 9, 2024
1 parent a18ad4c commit 22da7e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/work-with-me/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,13 @@ function WorkWithMe() {
</div>
<div className="w-full flex justify-center">
<form
name="contact"
name="work-with-me"
className="w-full"
method="POST"
data-netlify="true"
action="/success"
>
<input type="hidden" name="work-with-me" value="work-with-me" />
<div className="grid gap-4 sm:grid-cols-2 sm:gap-6">
<div className="w-full">
<input
Expand Down

0 comments on commit 22da7e6

Please sign in to comment.