Skip to content

Commit bf83262

Browse files
authored
Merge pull request #6 from claudfuen/patch-1
Corrected First Field "type" in Bottom Form
2 parents 4706945 + 853e4cc commit bf83262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/agency-landing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ <h3 class="section-title text-center m-5">Contact Us</h3>
214214
<div class="col-md-6 col-sm-12">
215215
<div class="form-group">
216216
<label for="contactFormFullName">Full Name</label>
217-
<input type="email" class="form-control" id="contactFormFullName" placeholder="Enter your full name">
217+
<input type="text" class="form-control" id="contactFormFullName" placeholder="Enter your full name">
218218
</div>
219219
</div>
220220
<div class="col-md-6 col-sm-12">

0 commit comments

Comments
 (0)