edryd.org

some of my neat stuff
git clone git://edryd.org/edryd.org
Log | Files | Refs | LICENSE

commit 370966e9cb7ac0be73d629aba324756ee6042853
parent fb7989dbc7c6f7c7981c1c1b4e2de200cf0a9c2d
Author: Ed van Bruggen <edvb@uw.edu>
Date:   Thu, 17 Jun 2021 17:52:08 -0700

Add contact form functionality

Diffstat:
Mlayouts/index.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/index.html b/layouts/index.html @@ -113,7 +113,7 @@ <h2 class="heading">CONTACT</h2> <div class="row"> <div class="col-lg-6 offset-lg-3"> - <form id="contact-form" method="post" action="#" class="contact-form"> + <form id="contact-form" action="https://formspree.io/f/xqkwbggr" method="POST" class="contact-form"> <div class="controls"> <div class="form-group"> <input type="text" name="name" placeholder="Name" required="required" class="form-control">