Skip to content

Commit

Permalink
BCTHEME-422: Announce email field as mandatory (bigcommerce#2011)
Browse files Browse the repository at this point in the history
  • Loading branch information
BC-tymurbiedukhin authored and sacr3dc0w committed Mar 31, 2021
1 parent a692cfb commit 1323d6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Draft
- Announce subscribing email field as mandatory. [#2011](https://github.com/bigcommerce/cornerstone/pull/2011)
- Changed insufficient link text for "Read More" links. [#2012](https://github.com/bigcommerce/cornerstone/pull/2012)
- Added sold out badge on products within PLP. [#2003](https://github.com/bigcommerce/cornerstone/pull/2003)
- Update focus trap in Modal. [#1998](https://github.com/bigcommerce/cornerstone/pull/1998)
Expand Down
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 1323d6f

Please sign in to comment.