Updated form fields with ids and changed favicon to Netlify logo (#32)

This commit is contained in:
Tatyana 2022-05-06 10:57:30 -05:00 committed by GitHub
parent 2a4bc081b7
commit 7d4ef73187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -14,11 +14,11 @@
</p>
<input type="hidden" name="form-name" value="feedback" />
<label for="name">Name</label>
<input type="text" name="name" />
<label for="name">Email</label>
<input type="email" name="email" required />
<input id="name" type="text" name="name" />
<label for="email">Email</label>
<input id="email" type="email" name="email" required />
<label for="feedback">What is your feedback?</label>
<textarea wrap="soft" name="feedback" required></textarea>
<textarea id="feedback" wrap="soft" name="feedback" required></textarea>
<button type="submit">Submit</button>
</form>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB