chg: [form] fixed

This commit is contained in:
Alexandre Dulaunoy 2021-03-14 14:13:02 +01:00
parent fe072305bb
commit e03650ef0e
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

View file

@ -2,7 +2,7 @@
<section id="contact"> <section id="contact">
<div class="inner"> <div class="inner">
<section> <section>
<form action="https://formspree.io/{{ site.email }}" method="POST"> <form action="https://formspree.io/f/{{ site.email }}" method="POST">
<div class="field half first"> <div class="field half first">
<label for="name">Name</label> <label for="name">Name</label>
<input type="text" name="name" id="name" /> <input type="text" name="name" id="name" />