Skip to content

Commit 4032219

Browse files
authored
Merge pull request #774 from gruntwork-io/ib/update-contact-form
contact: update Contact Us form fields
2 parents 04fde03 + 10f2b49 commit 4032219

File tree

2 files changed

+5
-26
lines changed

2 files changed

+5
-26
lines changed

pages/contact/_form.html

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,7 @@
1818
{% include_relative _input-text.html id="contact-name" label="Name"
1919
required=true placeholder="Jon Doe" %} {% include_relative _input-text.html
2020
id="contact-email" label="Email" required=true placeholder="[email protected]"
21-
type="email" %} {% include_relative _input-text.html id="contact-company"
22-
label="Company" required=true placeholder="Acme, Inc." %}
23-
<div class="form-group">
24-
<div class="row">
25-
<div class="col-xs-12 col-md-4">
26-
<label>Which products are you interested in?</label>
27-
</div>
28-
<div class="col-xs-12 col-md-8">
29-
{% include_relative _input-check.html id="interested-subscription"
30-
label="Gruntwork Subscription" small_text="Includes access to:
31-
Infrastructure as Code Library, DevOps Training Library" %} {%
32-
include_relative _input-check.html id="interested-pro-support"
33-
label="Pro Support" %} {% include_relative _input-check.html
34-
id="interested-ref-arch" label="Reference Architecture" %} {%
35-
include_relative _input-check.html id="interested-cis-compliance"
36-
label="CIS compliance" small_text="Achieve compliance with the CIS AWS
37-
Foundations Benchmark" %} {% include_relative _input-hidden.html
38-
id="user-utc-timezone-offset" %}
39-
</div>
40-
</div>
41-
</div>
21+
type="email" %}
4222
<div class="form-group">
4323
<div class="row">
4424
<div class="col-xs-12 col-md-4">
@@ -61,12 +41,12 @@
6141
<button
6242
type="submit"
6343
id="submit-button"
64-
class="btn btn-primary"
44+
class="col-xs-12 btn btn-primary"
6545
ga-on="click"
6646
ga-event-category="contact"
6747
ga-event-action="submit"
6848
>
69-
Submit
49+
Book a Demo
7050
</button>
7151
</div>
7252
</form>

pages/contact/_hero.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<div class="container">
22
<div class="row">
33
<div class="col-xs-12 text-center">
4-
<h1>Ask a Grunt</h1>
5-
<p style="margin-bottom:4px" class="lead">Speak to a real human!</p>
6-
<p>Use the form below or send an email to <a href="mailto:[email protected]">[email protected]</a>.</p>
4+
<h1>Book a Gruntwork Demo!</h1>
5+
<p style="margin-bottom:4px" class="lead">Use this form to book a live demo with our DevOps engineers.</p>
76
</div>
87
</div>
98
</div>

0 commit comments

Comments
 (0)