-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #331 from maxmind-zendesk-theme/dallas/hubspot-form
Use HubSpot contact form
- Loading branch information
Showing
2 changed files
with
24 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,10 @@ | ||
<div class="new__request"> | ||
<div class="new__request__header"> | ||
<h1 class="new__request__title"> | ||
{{t 'submit_a_request'}} | ||
</h1> | ||
<p>To help you get assistance faster, please include your account ID number | ||
in the description of your request below. | ||
<a href="/hc/en-us/articles/4409892315291-Find-my-Account-ID-Number">Learn | ||
how to find your account ID number.</a> | ||
</p> | ||
<p> | ||
<strong>Please never include your full license key in your message. We will only need the first 4 characters (when applicable) for troubleshooting.</strong> | ||
</p> | ||
</div> | ||
<div class="new__request__form"> | ||
{{request_form wysiwyg=true}} | ||
</div> | ||
<div class="contact__container"> | ||
<div class="contact__section"> | ||
<div class="contact__section-header"> | ||
Emergency Contact | ||
</div> | ||
<p class="contact__section-para">If you are experiencing an urgent issue (e.g. your service is down or | ||
billing has been interrupted) please contact us right away. | ||
The "Chat" popup in the lower right corner | ||
is available 3am to 7am and 10am to 9pm Eastern Time, Monday - Friday. We'll get back to you | ||
within 60 seconds. | ||
</p> | ||
<p class="contact__section-para"> If you are contacting us outside of regular business hours, please email | ||
<a href="mailto:[email protected]">[email protected]</a>. | ||
</p> | ||
<p class="contact__section-para">Additional contact information can be found <a href="https://www.maxmind.com/en/company/contact-us">here</a>.</p> | ||
</div> | ||
</div> | ||
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script> | ||
<script> | ||
hbspt.forms.create({ | ||
region: "na1", | ||
portalId: "21266834", | ||
formId: "c2c3b089-9dcb-4b55-a5ac-1ef682bab490" | ||
}); | ||
</script> | ||
</div> |