WL-11 [Test] - Netlify form implementation + Install Axios

This commit is contained in:
2020-10-28 11:51:57 +01:00
parent 89390c3333
commit 54ea1cd8e5
4 changed files with 59 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
class="appearance-none block w-full bg-gray-100 placeholder-gray-700 text-gray-700 rounded py-3 px-4 leading-tight focus:outline-none focus:bg-white"
id="grid-first-name"
type="text"
name="fullname"
placeholder="Jane Doe"
/>
</div>
@@ -33,6 +34,7 @@
class="appearance-none block w-full bg-gray-100 placeholder-gray-700 text-gray-700 rounded py-3 px-4 leading-tight focus:outline-none focus:bg-white"
id="grid-email"
type="text"
name="email"
placeholder="janedoe@example.com"
/>
</div>
@@ -41,6 +43,7 @@
<textarea
rows="3"
class="w-full mb-4 bg-gray-100 appearance-none rounded py-2 px-4 placeholder-gray-700 text-gray-700 sm:text-sm sm:leading-5 focus:outline-none focus:bg-white"
name="message"
placeholder="Hi, ..."
></textarea>
<button