-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpost-signup-form.html
91 lines (84 loc) · 3.01 KB
/
post-signup-form.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
---
sitemap: false
no_index_no_follow: true
---
<!-- This form is meant to be loaded within an iframe to allow rendering of multiple mailchimp forms -->
<link href="/css/main.css" rel="stylesheet">
<link href="/css/styles.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap" rel="stylesheet">
<style>
.mce_inline_error {
margin-top: 8px;
}
body,
html {
margin: 0;
padding: 0;
}
</style>
<div class="bootstrap">
<div class="bg-blue-95 p-6 pb-4 rounded-4" id="mc_embed_signup">
<form
action="//metabase.us10.list-manage.com/subscribe/post?u=869fec0e4689e8fd1db91e795&id=b9664113a8"
class="validate my-2"
id="mc-embedded-subscribe-form"
method="post"
name="mc-embedded-subscribe-form"
novalidate
target="_blank">
<div id="mc_embed_signup_scroll">
<h1 class="mb-4 mt-0 fs-6">Subscribe to our newsletter</h1>
<span class="paragraph-5 neutral-40 mb-3 d-block">Stay in touch with updates and news from Metabase. No spam, ever.</span>
<div class="mc-field-group">
<div class="d-flex mb-2 flex-column flex-sm-row">
<input
class="required email input input-small bordered {% if include.color %}border-darkblue{% endif %} me-0 me-sm-2 mb-2 mb-sm-0"
id="mce-EMAIL"
name="EMAIL"
placeholder="Email Address"
style="flex-grow: 1;"
tabindex="-1"
type="email"
value="" />
<input
class="Button Button--primary"
id="mc-embedded-subscribe"
name="subscribe"
type="submit"
value="Sign Up" />
</div>
</div>
<div class="clear" id="mce-responses">
<div
class="response"
id="mce-error-response"
style="display:none"></div>
<div
class="response"
id="mce-success-response"
style="display:none"></div>
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;">
<input
name="b_869fec0e4689e8fd1db91e795_b9664113a8"
tabindex="-1"
type="text"
value="" />
</div>
</div>
</form>
<script type="text/javascript">
document.getElementById('mc-embedded-subscribe-form').action = `//metabase.us10.list-manage.com/subscribe/post?u=869fec0e4689e8fd1db91e795&id=b9664113a8&SIGNUP=${window.location.href}`;
</script>
</div>
</div>
<script src="//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js" type="text/javascript"></script>
<script type="text/javascript">
(function () {
window.fnames = new Array();
window.ftypes = new Array();
fnames[0] = "EMAIL";
ftypes[0] = "email";
})();
var $mcj = jQuery.noConflict(true);</script>