Skip to content

Commit e78a172

Browse files
committed
Add contact form to bottom of join page
Signed-off-by: cjyabraham <[email protected]>
1 parent 4c87a4c commit e78a172

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

_sass/announcement.scss

+14
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,20 @@
148148
}
149149
}
150150
}
151+
152+
li.hs-form-radio {
153+
input[type=radio] {
154+
width: auto !important;
155+
}
156+
157+
span {
158+
margin-left: 5px;
159+
}
160+
}
161+
162+
ul {
163+
list-style-type: none;
164+
}
151165
}
152166
}
153167
}

join.html

+21-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ <h2 class="upper">Join the Membership that fits your goals</h2>
168168
</div>
169169
</div>
170170

171-
<div class="container-fluid light-background-section mb-5 mt-4">
171+
<div class="container-fluid light-background-section mt-4">
172172
<div class="container">
173173
<div class="row content">
174174
<div class="col-md-10 body-side-text text-center">
@@ -192,6 +192,24 @@ <h2>Apply for Membership Today</h2>
192192
</div>
193193
</div>
194194

195+
<div class="container-fluid contact-us-section">
196+
<div class="container">
197+
<div class="row">
198+
<div class="col-md-10">
199+
<h2>Questions? Contact Us</h2>
200+
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js?pre=1"></script>
201+
<script>
202+
hbspt.forms.create({
203+
region: "na1",
204+
portalId: "8112310",
205+
formId: "dd2c7e7e-bca1-4b41-b80e-9bfd5f3ca49a"
206+
});
207+
</script>
208+
</div>
209+
</div>
210+
</div>
211+
</div>
212+
195213
<!-- Modal -->
196214
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
197215
<div class="modal-dialog modal-dialog-centered">
@@ -239,3 +257,5 @@ <h2>Apply for Membership Today</h2>
239257
</div>
240258
</div>
241259
</div>
260+
261+

0 commit comments

Comments
 (0)