Merge branch 'master' into stable
[libreplanet-static.git] / 2016 / includes / join-list.html
CommitLineData
c29b0bcd 1<!-- start of signup form-->
d7d8192f 2<div id="lp-signup-block" class="col-sm-offset-1 col-sm-5 col-xs-12">
c29b0bcd 3 <form class="lp-signup"
4 action="https://my.fsf.org/civicrm/profile/create?gid=285&amp;reset=1"
5 method="post" name="Edit" id="Edit">
6 <div>
7 <input name="postURL" type="hidden"
8 value="https://libreplanet.org/2016/confirmation.html" />
9 <input name="cancelURL" type="hidden"
10 value="https://my.fsf.org/civicrm/profile?reset=1&amp;gid=285" />
11 <input name="add_to_group" type="hidden" value="619" />
12 <input name="_qf_default" type="hidden" value="Edit:cancel" />
13 </div>
14
15 <div id="crm-container" lang="en" xml:lang="en">
16 <br />
17 <div id="editrow-email-Primary"
18 class="form-group">
19 <label class="sr-only" for="email-Primary">
196cd083 20 Enter your email to receive updates on LP 2017
c29b0bcd 21 </label>
22 <div class="input-group">
23 <input class="form-control"
24 name="email-Primary"
25 id="email-Primary"
26 type="email"
196cd083 27 placeholder="Enter your email to receive updates on LP 2017" required>
c29b0bcd 28 <span class="input-group-btn">
29 <button type="submit" class="btn btn-default"
30 accesskey="S" name="_qf_Edit_next" value="Save"
31 id="_qf_Edit_next">
32 Submit
33 </button>
34 </span>
35 </div>
36 </div>
37 <div id="editrow-custom_79">
38 <div class="checkbox">
39 <input
40 type="hidden" name="custom_79[yes]" value="" />
41 <label class="lp-label-news">
42 <input id="custom_79_yes"
43 name="custom_79[yes]" type="checkbox" value="1" checked="checked"
44 class="checkbox" />
45 <span class="text-muted">Also join the FSF's newsletter</span>
46 </label>
47 <p class="help-block">
d7d8192f 48 &middot;
c29b0bcd 49 <a href="https://my.fsf.org/donate/privacypolicy.html">
50 Read our privacy policy.
51 </a>
52 </p>
53 </div>
54 </div>
55 </div>
56 </form>
57</div> <!-- end of signup form -->