Skip to content

Commit d52fe90

Browse files
committed
Remove mailchimp styling for form; use canvas styles
1 parent 48439eb commit d52fe90

2 files changed

Lines changed: 30 additions & 42 deletions

File tree

_includes/apply.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>We're excited to meet you. <span>Let's stay in touch.</span>
1717
</div>
1818
<div class="col_half col_last">
1919
<div class="panel panel-default divcenter" style="max-width: 300px;">
20-
<div class="panel-heading"><h4 class="nobottommargin">Subscribe to Newsletter</h4></div>
20+
<div class="panel-heading"><h4 class="nobottommargin">Join mailing list</h4></div>
2121
<div class="panel-body" style="padding: 20px;">
2222

2323
{% include mailchimp_signup.html %}

_includes/mailchimp_signup.html

Lines changed: 29 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,40 @@
11
<!-- Begin MailChimp Signup Form -->
2-
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
3-
<style type="text/css">
4-
#mc_embed_signup {
5-
background: #fff;
6-
clear: left;
7-
font: 14px Helvetica, Arial, sans-serif;
8-
}
9-
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
10-
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
11-
</style>
2+
123
<div id="mc_embed_signup">
134
<form action="//learnersguild.us12.list-manage.com/subscribe/post?u=481a47142e2623453d4effb69&amp;id=4eb567d10d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
14-
<div id="mc_embed_signup_scroll">
15-
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
16-
<div class="mc-field-group">
17-
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
5+
6+
<fieldset class="form-group">
7+
<label for="mce-EMAIL">Email Address</label>
8+
<input type="email" value="" name="EMAIL" class="form-control required email" id="mce-EMAIL">
9+
</fieldset>
10+
11+
<fieldset class="form-group">
12+
<label for="mce-NAME">Full Name</label>
13+
<input type="text" value="" name="NAME" class="form-control required" id="mce-NAME">
14+
</fieldset>
15+
16+
<fieldset class="form-group">
17+
<label class="nobottommargin">Email Format</label>
18+
<div class="radio">
19+
<label for="mce-EMAILTYPE-0">
20+
<input type="radio" value="html" class="form-radio" name="EMAILTYPE" id="mce-EMAILTYPE-0">
21+
html
1822
</label>
19-
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
2023
</div>
21-
<div class="mc-field-group">
22-
<label for="mce-NAME">Full Name <span class="asterisk">*</span>
24+
<div class="radio">
25+
<label for="mce-EMAILTYPE-1">
26+
<input type="radio" value="text" class="form-radio" name="EMAILTYPE" id="mce-EMAILTYPE-1">
27+
text
2328
</label>
24-
<input type="text" value="" name="NAME" class="required" id="mce-NAME">
2529
</div>
26-
<div class="mc-field-group input-group">
27-
<strong>Email Format </strong>
28-
<ul>
29-
<li>
30-
<input type="radio" value="html" name="EMAILTYPE" id="mce-EMAILTYPE-0">
31-
<label for="mce-EMAILTYPE-0">html</label>
32-
</li>
33-
<li>
34-
<input type="radio" value="text" name="EMAILTYPE" id="mce-EMAILTYPE-1">
35-
<label for="mce-EMAILTYPE-1">text</label>
36-
</li>
37-
</ul>
38-
</div>
39-
<div id="mce-responses" class="clear">
40-
<div class="response" id="mce-error-response" style="display:none"></div>
41-
<div class="response" id="mce-success-response" style="display:none"></div>
42-
</div>
43-
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
44-
<div style="position: absolute; left: -5000px;" aria-hidden="true">
45-
<input type="text" name="b_481a47142e2623453d4effb69_4eb567d10d" tabindex="-1" value="">
46-
</div>
47-
<div class="clear"></div>
48-
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
30+
</fieldset>
31+
32+
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
33+
<div style="position: absolute; left: -5000px;" aria-hidden="true">
34+
<input type="text" name="b_481a47142e2623453d4effb69_4eb567d10d" tabindex="-1" value="">
4935
</div>
36+
<div class="clear"></div>
37+
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-default">
5038
</form>
5139
</div>
5240

0 commit comments

Comments
 (0)