Skip to content

Commit 51c6765

Browse files
committed
updated footer to reflect upstream changes for form validation
1 parent e12f073 commit 51c6765

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/404.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -240,16 +240,15 @@ <h2>Subscribe to our Newsletter</h2>
240240
id="mc-embedded-subscribe-form"
241241
name="mc-embedded-subscribe-form"
242242
class="validate newsletter"
243-
target="_blank"
244-
novalidate="">
243+
target="_blank">
245244
<input
246245
type="email"
247246
value=""
248247
name="EMAIL"
249248
class="email input"
250249
id="mce-EMAIL"
251250
placeholder="Your email"
252-
required="" />
251+
required />
253252
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
254253
<div
255254
style="position: absolute; left: -5000px"

src/index.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -541,16 +541,15 @@ <h2>Subscribe to our Newsletter</h2>
541541
id="mc-embedded-subscribe-form"
542542
name="mc-embedded-subscribe-form"
543543
class="validate newsletter"
544-
target="_blank"
545-
novalidate="">
544+
target="_blank">
546545
<input
547546
type="email"
548547
value=""
549548
name="EMAIL"
550549
class="email input"
551550
id="mce-EMAIL"
552551
placeholder="Your email"
553-
required="" />
552+
required />
554553
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
555554
<div
556555
style="position: absolute; left: -5000px"

0 commit comments

Comments
 (0)