Skip to content

Commit e8d75b8

Browse files
committed
Update Fix form submission to use Formspree redirect to contact2
1 parent 5bb96a4 commit e8d75b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/src/pages/contact.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Layout from '../layouts/Layout.astro';
99

1010
<p>Have questions about our classes or want to schedule a trial session? Fill out the form below and we'll get back to you as soon as possible. We look forward to hearing from you!</p>
1111

12-
<form class="form" action="https://formspree.io/f/{2901755203076226289}" method="POST">
12+
<form class="form" action="https://formspree.io/f/xeeqkogd" method="POST">
1313

1414
<input type="hidden" name="_next" value={`${import.meta.env.BASE_URL}contact2`} />
1515

0 commit comments

Comments
 (0)