Skip to content

Commit

Permalink
autocomplete attribute added
Browse files Browse the repository at this point in the history
  • Loading branch information
FahadMehboob committed Sep 13, 2023
1 parent 2625779 commit 7f66a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -680,13 +680,13 @@ <h2 class=" title wow fadeInUp" data-wow-delay=".4s">Have any questions? Let'
<div class="contact-form-inputs wow fadeInUp" data-wow-delay=".6s">
<div class="custom-form-area input-boxed">
<!--Form To have user messages-->

<form class="main-form" id="contact-us-form" action="https://formspree.io/f/mwkdqeje" method="post">
<span class="done-msg"></span>
<div class="row">
<div class="col-12 col-lg-6">
<div class=" input-wrapper">
<input class="text-input" id="user-name" name="UserName" type="text"/>
<input class="text-input" id="user-name" name="UserName" type="text" autocomplete="name"/>
<label class="input-label" for="user-name"> Name <span class="req">*</span></label><span class="b-border"></span><span class="error-msg"></span>
</div>
</div>
Expand Down

0 comments on commit 7f66a87

Please sign in to comment.