formspree/web/test.html

9 lines
308 B
HTML

<html>
<form action="http://localhost:5000/test@formspree.io" method="POST">
<input type="text" name="email" placeholder="email" />
<input type="text" name="message" placeholder="message" />
<input type="hidden" name="_next" value="http://localhost:8000/thanks.html"/>
<input type="submit"/>
</form>
</html>