Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kvsc27 authored Jul 29, 2024
1 parent 6e36cbc commit e90139c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions html-forms/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,30 @@
</div>
</form>

<form>
action="mailto:[email protected]" method="GET">
<div>
<input type="text"
placeholder="Name"
name="Name"
required />
</div>
<div>
<input type="Email"
name="Email"
rewuired />
</div>
<div>
<textarea placeholder="Your Message"
name="body"
required>
</textarea>
</div>
<div>
<button type="submit">Submit email</button>
</div>
</form>

</main>
</body>
</html>

0 comments on commit e90139c

Please sign in to comment.