Skip to content

Commit 04b3fb8

Browse files
author
Chris Nguyen
committed
Fixed: contact formspree field POST
1 parent ad79b6e commit 04b3fb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h1 class="h2">Contact</h1>
173173
</p>
174174
</div>
175175

176-
<form action="https://formspree.io/f/[email protected]" method="POST" aria-live="polite">
176+
<form action="https://formspree.io/f/xeokkbel" method="POST" aria-live="polite">
177177
<div class="input-field">
178178
<label for="name">Name</label>
179179
<input type="text" name="name" required>

portfolio/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h1 class="h2">Contact</h1>
9191
</p>
9292
</div>
9393

94-
<form action="https://formspree.io/f/[email protected]" method="POST" aria-live="polite">
94+
<form action="https://formspree.io/f/xeokkbel" method="POST" aria-live="polite">
9595
<div class="input-field">
9696
<label for="name">Name</label>
9797
<input type="text" name="name" required>

0 commit comments

Comments
 (0)