Skip to content

Commit 8ef0ecb

Browse files
committed
add post method to form
1 parent e57a4d5 commit 8ef0ecb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

website/src/components/Contact.astro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ import wedge from "../assets/backgrounds/wedge.svg";
1010
<div class="prose prose-headings:text-left">
1111
<Content />
1212
</div>
13-
<form action="https://formspree.io/f/xlgpngrj" class="mt-6">
13+
<form
14+
action="https://formspree.io/f/xlgpngrj"
15+
method="post"
16+
class="mt-6"
17+
>
1418
<div><label for="name">Name:</label></div>
1519
<div>
1620
<input

0 commit comments

Comments
 (0)