mirror of
https://github.com/ipdb/website.git
synced 2024-11-22 01:26:52 +01:00
lol, fix contact form for good
This commit is contained in:
parent
aadc287771
commit
810e0f0631
@ -1,7 +1,7 @@
|
||||
<div class="grid grid--full grid-medium--columns grid--gutters">
|
||||
<div class="grid__col grid__col--4">
|
||||
|
||||
<form class="form form--contact" id="form-contact" action="{{ config.site.forms.contact }}" method="POST" accept-charset="UTF-8">
|
||||
<form class="form form--contact" id="form-contact" action="{{ site.forms.contact }}" method="POST" accept-charset="UTF-8">
|
||||
<div class="form__group required">
|
||||
<label class="form__label" for="name">Your Name</label>
|
||||
<input class="form__control" type="text" id="name" name="name" required placeholder=" ">
|
||||
|
Loading…
Reference in New Issue
Block a user