forked from StephanieSJacobs/2meals.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contactUs.php
45 lines (41 loc) · 1.21 KB
/
contactUs.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
<?php
$PageTitle = "Contact Us";
include ('header.php');
?>
<script type="text/javascript">var host = (("https:" == document.location.protocol) ? "https://secure." : "http://");document.write(unescape("%3Cscript src='" + host + "wufoo.com/scripts/embed/form.js' type='text/javascript'%3E%3C/script%3E"));</script>
<script type="text/javascript">
var q7x3q7 = new WufooForm();
q7x3q7.initialize({
'userName':'stephaniesmith7',
'formHash':'q7x3q7',
'autoResize':true,
'height':'541',
'header':'show'});
q7x3q7.display();
</script>
</aside>
<article>
<header>
<h2>Enter your contact information</h2>
<script type="text/javascript">var host =
(("https:" == document.location.protocol) ?
"https://secure." : "http://");
document.write(unescape("%3Cscript src='" + host +
"wufoo.com/scripts/embed/form.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var z7x3k7 = new WufooForm();
z7x3k7.initialize({
'userName':'stephaniesmith7',
'formHash':'z7x3k7',
'autoResize':true,
'height':'602',
'header':'show'});
z7x3k7.display();
</script>
</header>
</article>
</div>
<?php
include('footer.php');
?>