forked from raml-org/raml-org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
46 lines (44 loc) · 2.37 KB
/
contact.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
---
layout: default
title: Contact Us
permalink: /contact
---
<!--<script type="text/javascript">-->
<!--var submitted=false;-->
<!--</script>-->
<!--<iframe name="hidden_iframe" id="hidden_iframe" style="display:none;"-->
<!--onload="if(submitted) {window.location='/contact';}"></iframe>-->
<!--<form action="https://docs.google.com/a/redcrackle.com/forms/d/e/1FAIpQLScYU1hDDxcsSTFT-iJ05r4EaSPmNGuSswvTToXNlrCGCEQHGw/formResponse" method="post" onsubmit="submitted=true;" target="hidden_iframe">-->
<!--<div class="form-group">-->
<!--<label for="contact-name">Your Name</label>-->
<!--<input type="text" class="form-control" id="contact-name" placeholder="Your Name" name="entry.580010200" aria-describedby="contact-name-error">-->
<!--<p id="contact-name-error" class="help-block"></p>-->
<!--</div>-->
<!--<div class="form-group">-->
<!--<label for="contact-email">Your e-mail address</label>-->
<!--<input type="email" class="form-control" id="contact-email" placeholder="Email" name="entry.235989949" aria-describedby="contact-email-error">-->
<!--<p id="contact-email-error" class="help-block"></p>-->
<!--</div>-->
<!--<div class="form-group">-->
<!--<label for="contact-subject">Subject</label>-->
<!--<input type="text" class="form-control" id="contact-subject" placeholder="Subject" name="entry.1328350648" aria-describedby="contact-subject-error">-->
<!--<p id="contact-subject-error" class="help-block"></p>-->
<!--</div>-->
<!--<div class="form-group">-->
<!--<label for="contact-message">Message</label>-->
<!--<textarea class="form-control" id="contact-message" placeholder="Message" name="entry.623568874" aria-describedby="contact-purpose-error"></textarea>-->
<!--<p id="contact-purpose-error" class="help-block"></p>-->
<!--</div>-->
<!--<button type="submit" class="btn btn-primary" id="contact-form-submit">Submit</button>-->
<!--</form>-->
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="page-header">{{ page.title }}</h1>
<script src="//app-abd.marketo.com/js/forms2/js/forms2.min.js"></script>
<form id="mktoForm_2450"></form>
<script>MktoForms2.loadForm("//app-abd.marketo.com", "564-SZS-136",
2450);</script>
</div>
</div>
</div>