Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2018-11-19 23:02:55 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2018-11-19 23:02:55 +0300
commiteefb0029e52cf88579738e27fce3f87a91fa4180 (patch)
tree799efedb1aedd0c332504ddb5c2084a2004a4d18 /page-enterprise.php
parente2d392f15e333cf06e1ea3dbda57405e7ca58977 (diff)
update all whitepaper downloads to ask for GDPR OK
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-enterprise.php')
-rw-r--r--page-enterprise.php20
1 files changed, 18 insertions, 2 deletions
diff --git a/page-enterprise.php b/page-enterprise.php
index 1eae5b14..51f72390 100644
--- a/page-enterprise.php
+++ b/page-enterprise.php
@@ -138,7 +138,15 @@
</div>
</td>
<input type="hidden" name="segmentId" value="1">
- <input class="mail" type="text" name="email" maxlength="80" placeholder="<?php echo $l->t('Enter your email');?>"></label> <input class="button button--blue button--large" type="submit" value=" <?php echo $l->t('Get the whitepaper');?> "></p>
+ <input class="mail" type="text" name="email" maxlength="80" placeholder="<?php echo $l->t('Enter your email');?>"></label>
+ <div class="newsletter">
+ <input type="hidden" name="newsletter" value="0" />
+<!-- <input type="checkbox" name="newsletter" value="1"> <small>Sign me up for the Nextcloud newsletter</small><br/> -->
+ <input type="hidden" name="moreinfo" value="0" />
+ <input type="checkbox" name="moreinfo" value="1"> <small>Inform me about new white papers and other relevant information</small><br/>
+ <small>see our <a class="hyperlink" href="<?php echo home_url('privacy') ?>">privacy policy</a><br/></small>
+ </div>
+ <input class="button button--blue button--large" type="submit" value=" <?php echo $l->t('Get the whitepaper');?> "></p>
</form>
</div>
</div>
@@ -159,7 +167,15 @@
</div>
</td>
<input type="hidden" name="segmentId" value="5">
- <input class="mail" type="text" name="email" maxlength="80" placeholder="<?php echo $l->t('Enter your email');?>"></label> <input class="button button--large" type="submit" value=" <?php echo $l->t('Get the case study');?> "></p>
+ <input class="mail" type="text" name="email" maxlength="80" placeholder="<?php echo $l->t('Enter your email');?>"></label>
+ <div class="newsletter">
+ <input type="hidden" name="newsletter" value="0" />
+<!-- <input type="checkbox" name="newsletter" value="1"> <small>Sign me up for the Nextcloud newsletter</small><br/> -->
+ <input type="hidden" name="moreinfo" value="0" />
+ <input type="checkbox" name="moreinfo" value="1"> <small>Inform me about new white papers and other relevant information</small><br/>
+ <small>see our <a class="hyperlink" href="<?php echo home_url('privacy') ?>">privacy policy</a><br/></small>
+ </div>
+ <input class="button button--large" type="submit" value=" <?php echo $l->t('Get the case study');?> "></p>
</form>
</div>
</div>