Skip to content

Commit 2693e5a

Browse files
committed
Configured contact form with formspree.io
1 parent bb21fdb commit 2693e5a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,12 @@ <h3>TBA</h3>
260260
<div class="contact-box center">
261261
<h1 id="contactme">Contact me</h1>
262262

263-
<form action="action_page.php">
263+
<form
264+
action="https://formspree.io/xbjpjpke"
265+
method="POST">
264266

265-
<label for="fname">Name</label>
266-
<input type="text" id="fname" name="firstname" placeholder="Your name.">
267+
<label for="form-name">Name</label>
268+
<input type="text" id="form-name" name="form-name" placeholder="Your name.">
267269

268270
<label for="lname">Email</label>
269271
<input type="text" id="email" name="email" placeholder="Your email.">

0 commit comments

Comments
 (0)