Skip to content

Commit 6e4be35

Browse files
committed
updated mailto functionality in contact section
1 parent da35cd1 commit 6e4be35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,19 +189,19 @@ <h1 class="heading">Contact Me</h1>
189189
<div class="form">
190190
<form action="mailto:[email protected]" method="get" enctype="text/plain">
191191
<div class="form-floating mb-3">
192-
<input type="text" class="form-control" id="floatingName" placeholder="Name">
192+
<input type="text" class="form-control" id="floatingName" name="Name" placeholder="Name">
193193
<label for="floatingName">Name</label>
194194
</div>
195195
<div class="form-floating mb-3">
196-
<input type="email" class="form-control" id="floatingEmail" placeholder="[email protected]">
196+
<input type="email" class="form-control" id="floatingEmail" name="Email" placeholder="[email protected]">
197197
<label for="floatingEmail">Email address</label>
198198
</div>
199199
<div class="form-floating mb-3">
200-
<input type="text" class="form-control" id="floatingSubject" placeholder="Subject">
200+
<input type="text" class="form-control" id="floatingSubject" name="Subject" placeholder="Subject">
201201
<label for="floatingSubject">Subject</label>
202202
</div>
203203
<div class="form-floating mb-3">
204-
<textarea class="form-control" placeholder="Leave your message here" id="floatingTextarea2" style="height: 100px"></textarea>
204+
<textarea class="form-control" placeholder="Leave your message here" id="floatingTextarea2" name="Message/Comment" style="height: 100px"></textarea>
205205
<label for="floatingTextarea2">Message</label>
206206
</div>
207207
<div class="btn-div">

0 commit comments

Comments
 (0)