WL-11 [Test] - Netlify form implementation + Install Axios
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user