Skip to content

Commit

Permalink
Update customerforms.php
Browse files Browse the repository at this point in the history
data validation added to the HTML tags
  • Loading branch information
arjankc committed Oct 13, 2022
1 parent 0812a1b commit 7c4aad2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions customerforms.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
</h4>

<div class="bor8 m-b-20 how-pos4-parent">
<input class="stext-111 cl2 plh3 size-116 p-l-62 p-r-30" type="text" name="email" placeholder="Your Email Address">
<input class="stext-111 cl2 plh3 size-116 p-l-62 p-r-30" type="email" name="email" placeholder="Your Email Address" required>
<img class="how-pos4 pointer-none" src="images/icons/icon-email.png" alt="ICON">
</div>

<div class="bor8 m-b-30">
<input class="stext-111 cl2 plh3 size-116 p-l-62 p-r-30" type="password" name="password" placeholder="Password">
<input class="stext-111 cl2 plh3 size-116 p-l-62 p-r-30" type="password" name="password" placeholder="Password" required>
</div>

<button class="flex-c-m stext-101 cl0 size-121 bg3 bor1 hov-btn3 p-lr-15 trans-04 pointer" name="login">
Expand All @@ -48,16 +48,16 @@
</h4>

<div class="bor8 m-b-20 how-pos4-parent">
<input class="stext-111 cl2 plh3 size-116 p-l-62 p-r-30" type="text" name="email" placeholder="Your Email Address">
<input class="stext-111 cl2 plh3 size-116 p-l-62 p-r-30" type="email" name="email" placeholder="Your Email Address" required>
<img class="how-pos4 pointer-none" src="images/icons/icon-email.png" alt="ICON">
</div>

<div class="bor8 m-b-30">
<input class="stext-111 cl2 plh3 size-116 p-l-62 p-r-30" type="password" name="password" placeholder="Password">
<input class="stext-111 cl2 plh3 size-116 p-l-62 p-r-30" type="password" name="password" placeholder="Password" required>
</div>

<div class="bor8 m-b-30">
<input class="stext-111 cl2 plh3 size-116 p-l-62 p-r-30" type="password" name="password2" placeholder="Retype the Password">
<input class="stext-111 cl2 plh3 size-116 p-l-62 p-r-30" type="password" name="password2" placeholder="Retype the Password" required>
</div>

<button class="flex-c-m stext-101 cl0 size-121 bg3 bor1 hov-btn3 p-lr-15 trans-04 pointer">
Expand Down

0 comments on commit 7c4aad2

Please sign in to comment.