We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c22d082 + b29044d commit e70a589Copy full SHA for e70a589
src/components/CallToAction.astro
@@ -2,7 +2,7 @@
2
import Pill from "./Pill.astro";
3
import Icon from "./Icon.astro";
4
---
5
-<form id="my-form" action={import.meta.env.FORM_URL} method="POST">
+<form id="my-form" action="https://formspree.io/f/manwvjgr" method="POST">
6
<label>Name:</label>
7
<input type="text" name="name" />
8
<label>Email:</label>
0 commit comments