File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ">
You can’t perform that action at this time.
0 commit comments