-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.php
102 lines (80 loc) · 3.98 KB
/
contact.php
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html>
<head>
<title>Contact Us - CAP Distributing</title>
<meta name="description" content="We would love to hear what you think. Please contact us and give us feedback on our products or service." />
<meta name="keywords" content="cap distributing, contact, message, wufoo" />
<!-- Wufoo Meta Tags -->
<meta name="generator" content="Wufoo">
<meta name="robots" content="index, follow">
<!-- Wufoo CSS -->
<link href="css/wufoo.css" rel="stylesheet">
<!-- Main CSS -->
<?php include_once("head.html"); ?>
<!-- Wufoo JavaScript -->
<script src="scripts/wufoo.js"></script>
</head>
<body id="public">
<?php include_once("cap-logo.html"); ?>
<?php include_once("nav.html"); ?>
<div class="page-wrap">
<h1 id="contact-head"> Contact Us</h1>
<p id="contact-p">We appreciate your opinion! Please contact us with any comments or concerns. We will get back to you as soon as we can.</p>
<div id="container" class="ltr">
<h1 id="logo">
<a href="http://www.wufoo.com" title="Powered by Wufoo">Wufoo</a>
</h1>
<form id="form1" name="form1" class="wufoo rightLabel page" accept-charset="UTF-8" autocomplete="off" enctype="multipart/form-data" method="post" novalidate action="https://capdistributing.wufoo.com/forms/zqp8l6b0ffizvq/#public">
<ul>
<li id="foli1" class="notranslate ">
<label class="desc" id="title1" for="Field1">
Name:
<span id="req_1" class="req">*</span>
</label>
<span>
<input id="Field1" name="Field1" type="text" class="field text fn" value="" size="8" tabindex="1" required />
<label for="Field1">First</label>
</span>
<span>
<input id="Field2" name="Field2" type="text" class="field text ln" value="" size="14" tabindex="2" required />
<label for="Field2">Last</label>
</span>
</li>
<li id="foli3" class="notranslate ">
<label class="desc" id="title3" for="Field3">
Email:
<span id="req_3" class="req">*</span>
</label>
<div>
<input id="Field3" name="Field3" type="email" spellcheck="false" class="field text medium" value="" maxlength="255" tabindex="3" required />
</div>
</li>
<li id="foli4" class="notranslate ">
<label class="desc" id="title4" for="Field4">
Your Message:
<span id="req_4" class="req">*</span>
</label>
<div>
<textarea id="Field4" name="Field4" class="field textarea medium" spellcheck="true" rows="10" cols="50" tabindex="4" onkeyup="" required ></textarea>
</div>
</li>
<li class="buttons ">
<div>
<input id="saveForm" name="saveForm" class="btTxt submit" type="submit" value="Submit" /></div>
</li>
<li class="hide">
<label for="comment">Do Not Fill This Out</label>
<textarea name="comment" id="comment" rows="1" cols="1"></textarea>
<input type="hidden" id="idstamp" name="idstamp" value="NwQ+QEzzy/StlTEcBhyDFRSPwZzqSp5u9ZlDj5js9ZY=" />
</li>
</ul>
</form>
</div><!--container-->
<a class="powertiny" href="http://www.wufoo.com/" title="Powered by Wufoo" style="display:block !important;visibility:visible !important;text-indent:0 !important;position:relative !important;height:auto !important;width:95px !important;overflow:visible !important;text-decoration:none;cursor:pointer !important;margin:0 auto !important">
<span style="background:url(./images/powerlogo.png) no-repeat center 7px; margin:0 auto;display:inline-block !important;visibility:visible !important;text-indent:-9000px !important;position:static !important;overflow: auto !important;width:62px !important;height:30px !important">Wufoo</span>
<b style="display:block !important;visibility:visible !important;text-indent:0 !important;position:static !important;height:auto !important;width:auto !important;overflow: auto !important;font-weight:normal;font-size:9px;color:#777;padding:0 0 0 3px;">Designed</b>
</a>
</div> <!-- End page-wrap -->
<?php include_once("footer.html"); ?>
</body>
</html>