Skip to content

Commit 86154bf

Browse files
changed formspree to formik form (#71)
* changed formspree to formik form * updating the form to anand@codebrahma.com formik account Co-authored-by: Anand Narayan <i@codeanand.com>
1 parent da96df3 commit 86154bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/contactForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Flex, Box, InputText, OutlinedButton } from "bricks"
33

44
const ContactForm = ({ referrer }) => {
55
return (
6-
<form action="https://formspree.io/anand@codebrahma.com" method="post">
6+
<form action="https://api.formik.com/submit/codebrahma/contact" method="post">
77
<input
88
type="hidden"
99
name="_next"

0 commit comments

Comments
 (0)