Skip to content

Commit

Permalink
Used required attribute in the input fields of Newsletter form
Browse files Browse the repository at this point in the history
  • Loading branch information
MukulKolpe committed Jan 5, 2022
1 parent 86ded66 commit 646ce12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/subscribe.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
>
<div id="mc_embed_signup_scroll">
<div class="subscribe-inputbox">
<input type="text" value="" placeholder="First Name" name="FNAME" class="NAME" id="mce-FNAME" />
<input type="text" value="" placeholder="Last Name" name="LNAME" class="NAME" id="mce-LNAME" />
<input type="text" value="" placeholder="First Name" name="FNAME" class="NAME" id="mce-FNAME" required />
<input type="text" value="" placeholder="Last Name" name="LNAME" class="NAME" id="mce-LNAME" required />
</div>
<div id="mce-responses" class="clear subscribe-inputbox">
<div
Expand Down

0 comments on commit 646ce12

Please sign in to comment.