We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb21fdb commit 2693e5aCopy full SHA for 2693e5a
index.html
@@ -260,10 +260,12 @@ <h3>TBA</h3>
260
<div class="contact-box center">
261
<h1 id="contactme">Contact me</h1>
262
263
- <form action="action_page.php">
+ <form
264
+ action="https://formspree.io/xbjpjpke"
265
+ method="POST">
266
- <label for="fname">Name</label>
- <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.">
269
270
<label for="lname">Email</label>
271
<input type="text" id="email" name="email" placeholder="Your email.">
0 commit comments