Skip to content

Commit

Permalink
Corrected First Field "type" in Bottom Form
Browse files Browse the repository at this point in the history
Changed from email to --> text type, as there was a conflict with validation.
  • Loading branch information
claudfuen authored Nov 16, 2017
1 parent a47e554 commit 853e4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/agency-landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ <h3 class="section-title text-center m-5">Contact Us</h3>
<div class="col-md-6 col-sm-12">
<div class="form-group">
<label for="contactFormFullName">Full Name</label>
<input type="email" class="form-control" id="contactFormFullName" placeholder="Enter your full name">
<input type="text" class="form-control" id="contactFormFullName" placeholder="Enter your full name">
</div>
</div>
<div class="col-md-6 col-sm-12">
Expand Down

0 comments on commit 853e4cc

Please sign in to comment.