|
1 | 1 | <!-- 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 | + |
12 | 3 | <div id="mc_embed_signup"> |
13 | 4 | <form action="//learnersguild.us12.list-manage.com/subscribe/post?u=481a47142e2623453d4effb69&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 |
18 | 22 | </label> |
19 | | - <input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL"> |
20 | 23 | </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 |
23 | 28 | </label> |
24 | | - <input type="text" value="" name="NAME" class="required" id="mce-NAME"> |
25 | 29 | </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=""> |
49 | 35 | </div> |
| 36 | + <div class="clear"></div> |
| 37 | + <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-default"> |
50 | 38 | </form> |
51 | 39 | </div> |
52 | 40 |
|
|
0 commit comments