Skip to content

Commit

Permalink
BCTHEME-422: Announce email field as mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
BC-tymurbiedukhin committed Mar 17, 2021
1 parent 3b957b1 commit f662f4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/components/common/subscription-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ <h3 class="footer-info-heading">{{lang 'newsletter.subscribe'}}</h3>
value="{{customer.email}}"
placeholder="{{lang 'newsletter.email_placeholder'}}"
aria-describedby="alertBox-message-text"
aria-required="true"
>
<input class="button button--primary form-prefixPostfix-button--postfix"
type="submit"
Expand Down

0 comments on commit f662f4f

Please sign in to comment.