forked from bitegarden/bitegarden.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
newsletter-signup-form.html
56 lines (53 loc) · 2.64 KB
/
newsletter-signup-form.html
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
49
50
51
52
53
54
55
56
---
layout: page
title: Newsletter Opt-In Form
description: Stay up to date with the latest articles, products and updates from our plugins for SonarQube and SonarCloud.
permalink: /newsletter-signup-form
---
<section style="padding-top: 40px; padding-bottom: 20px; border: 1px dotted #ddd;">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="block text-center">
<h1>Newsletter Subscription</h1>
<p>Stay up to date with the latest blog posts, products and much more.</p>
</div>
</div>
</div>
</div>
</section>
<!-- contact form start -->
<section id="trial-form">
<div class="container">
<div class="row">
<div class="block">
<form action="https://formspree.io/f/xayzrrwp" method="POST" name="newsletter-signup-form" id="newsletter-signup-form" novalidate>
<div class="col-md-3 col-sm-12">
</div>
<div class="col-md-6 col-sm-12">
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<input type="email" name="customerEmail" class="form-control" placeholder="Email Address *" id="email" required data-validation-required-message="Please enter a valid email address.">
</div>
</div>
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<p><strong>bitegarden</strong> is committed to respecting your privacy, and we’ll use your information to provide products, services and content that may be of interest to you.</p>
<input type="checkbox" name="agreement" class="form-check-input" id="agreement" value="accept" required data-validation-required-message="Please agree with privacy policy and terms and conditions">
<label class="form-check-label" for="agreement">I agree to bitegarden <a href="https://www.bitegarden.com/privacy-policy" target="_blank">privacy policy</a> and <a href="https://www.bitegarden.com/pdf/bitegarden-terms-and-conditions.pdf" target="_blank">terms and conditions</a></label>
</div>
</div>
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<div id="success"></div>
<div class="block">
<button type="submit" style="background-color: #5cb85c" class="btn btn-success btn-lg">Submit</button>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</section>