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>2019-01-08 13:55:55 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2019-01-08 13:56:12 +0300
commit211cfee4c0490355b2f6bf511d8ce35874e4dd9d (patch)
tree69f559bf9aca33e90878ef6adede35adca44791b /page-healthcare.php
parentcf8ad4660b3a5fcb2310fcf26e8558fbd8d2e09f (diff)
add GPDR checkbox to healthcare page
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-healthcare.php')
-rw-r--r--page-healthcare.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/page-healthcare.php b/page-healthcare.php
index 9038bf8e..0c92fe84 100644
--- a/page-healthcare.php
+++ b/page-healthcare.php
@@ -65,6 +65,14 @@ require(["require.config"], function() {
<input type="hidden" name="segmentId" value="2">
<input class="mail" type="text" name="email" maxlength="80" placeholder="Enter your email"></label>
<input class="button button--large" type="submit" value=" Get the Analysis ">
+ <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>
+
</p>