summaryrefslogtreecommitdiff
blob: 8b3482ca98b4524c0dc7b7dd285e7419c7fde637 (plain)
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
<?php
    $joined_features_waitlist = false;

    $joined_waitlists = WMobilePack_Options::get_setting('joined_waitlists');

    // WMobilePack_Options::update_settings('joined_waitlists', []);

    if ($joined_waitlists != '' && in_array('themes_features', $joined_waitlists))
        $joined_features_waitlist = true;

    // check if we have a https connection
    $is_secure = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') || $_SERVER['SERVER_PORT'] == 443;
?>

<div class="form-box wmp_waitlist_container">
    <h2>New Themes &amp; Features</h2>
    <div class="spacer-10"></div>
    <p>Join the waiting list and you'll be one of the first to get notified when new themes &amp; features are on their way.</p>
    <div class="spacer-10"></div>
    <!-- Begin Mailchimp Signup Form -->
		<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
		<style type="text/css">
			#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
			#mc_embed_signup .clear {width:96%;}
			#mc_embed_signup h2 {width:96%;}
			/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
				We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
		</style>
		<div id="mc_embed_signup">
			<form action="https://wpmobilepack.us13.list-manage.com/subscribe/post?u=df15f7f3ba7071146f98e66b3&amp;id=6989f14b64" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate style="padding: 0;">
				<div id="mc_embed_signup_scroll">
					<div class="mc-field-group">
						</label>
						<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="E-mail" style="margin: auto; width: 100%;">
					</div>
					<div id="mce-responses" class="clear" style="margin: 0; padding: 0;">
						<div class="response" id="mce-error-response" style="display:none; margin: 0 0 15px; padding: 0; width: 100%;"></div>
						<div class="response" id="mce-success-response" style="display:none; margin: 0 0 15px; padding: 0; width: 100%;"></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;" aria-hidden="true"><input type="text" name="b_df15f7f3ba7071146f98e66b3_6989f14b64" tabindex="-1" value=""></div>
					<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button btn green smaller"></div>
				</div>
			</form>
		</div>
		<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='ADDRESS';ftypes[3]='address';fnames[4]='PHONE';ftypes[4]='phone';fnames[5]='MMERGE5';ftypes[5]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
		<!--End mc_embed_signup-->
</div>
<div class="spacer-15"></div>