-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeedbackform.html
176 lines (165 loc) · 7.34 KB
/
feedbackform.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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/master.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Tell Us More</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<script src="SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
<script src="SpryAssets/SpryValidationRadio.js" type="text/javascript"></script>
<link href="SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css" />
<link href="SpryAssets/SpryValidationRadio.css" rel="stylesheet" type="text/css" />
<!-- InstanceEndEditable -->
<link href="styles/globalstyles.css" rel="stylesheet" type="text/css" />
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<style type="text/css">
#apDiv1 {
position: absolute;
left: 786px;
top: 18px;
width: 114px;
height: 43px;
z-index: 1;
}
</style>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
</head>
<body>
<div id="apDiv1"><a href="https://www.facebook.com/WittyWizardAndWitch/?fref=ts"><img src="images/facebookbadge.png" width="100" height="37" alt="Facebook" /></a></div>
<div id="st-container">
<div id="st-header"><img src="images/pagebanner.png" width="850" height="188" /></div>
<div id="st-navbar">
<div id="gradient">
<ul id="MenuBar1" class="MenuBarHorizontal">
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a class="MenuBarItemSubmenu" href="#">Services</a>
<ul>
<li><a href="Magicshow.html">Magic Shows</a> </li>
<li><a href="BalloonDecorations.html">Balloon Decorations</a></li>
<li><a href="MascotProgramme.html">Mascot Programmes</a></li>
<li><a href="treats.html">Treats</a></li>
</ul>
</li>
<li><a href="products.html" class="MenuBarItemSubmenu">Packages</a>
<ul>
<li><a href="themed.html">Themed</a></li>
<li><a href="regular.html">Regular</a></li>
</ul>
</li>
<li><a href="feedbackform.html">Tell Us More</a></li>
<li><a href="contactus.html">Contact Us</a></li>
</ul>
</div>
<p> </p>
</div>
<!-- InstanceBeginEditable name="maincontent" -->
<div id="st-mainContent">
<center>
<p> </p>
<p><img src="images/feedbackpromotion.jpg" width="700" height="190" />
</p>
<img src="images/enterfeedback.png" width="600" height="200" /></center>
<center>
<form id="form1" name="form1" method="post" action="">
<p>Your feedback will help us to serve you better!</p>
<p>*Denotes required</p>
<table width="480" border="0" cellspacing="0" cellpadding="5">
<tr>
<td width="231">*Name:</td>
<td width="477"><label for="name"></label>
<span id="sprytextfield1">
<input name="name" type="text" id="name" size="40" />
<span class="textfieldRequiredMsg">Please insert your name over here.</span></span></td>
</tr>
<tr>
<td>*Email:</td>
<td><span id="sprytextfield2">
<input name="Email" type="text" id="Email" size="40" />
<span class="textfieldRequiredMsg">Your Email is required.</span><span class="textfieldInvalidFormatMsg">Invalid Email</span></span></td>
</tr>
<tr>
<td>Package chosen:</td>
<td><select name="country" id="country">
<option value="Please Select">Please Select</option>
<option value="Fairy Themed">Fairy Themed</option>
<option value="Wizard Themed">Wizard Themed</option>
<option value="Princess Themed">Princess Themed</option>
<option value="Regular Standard">Regular Standard</option>
<option value="Regular Premium">Regular Premium</option>
<option value="Regular Deluxe">Regular Deluxe</option>
</select></td>
</tr>
<tr>
<td colspan="2"><p>Feedback:</p>
<p>
<textarea name="Feedback" id="Feedback" cols="75" rows="5"></textarea>
</p></td>
</tr>
<tr>
<td>Areas of Improvement:</td>
<td><input name="Price" type="checkbox" id="Price" value="Yes" />
<label for="Price">Price
<input name="Quality" type="checkbox" id="Quality" value="Yes" />
<label for="Quality">Quality
<input name="Service" type="checkbox" id="Service" value="Yes" />
<label for="Service">Service</label></td>
</tr>
<tr>
<td>*Overall Satisfaction:</td>
<td><span id="spryradio1">
<label>
<input type="radio" name="RadioGroup1" value="Poor" id="RadioGroup1_0" />
Poor</label>
<label>
<input type="radio" name="RadioGroup1" value="Average" id="RadioGroup1_1" />
Average</label>
<label>
<input type="radio" name="RadioGroup1" value="Good" id="RadioGroup1_2" />
Good</label>
<label>
<input type="radio" name="RadioGroup1" value="Excellent" id="RadioGroup1_3" />
Excellent</label>
<span class="radioRequiredMsg">Please make a selection.</span></span></td>
</tr>
<tr>
<td colspan="2"><div align="center">
<table width="46%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td width="60%"><input name="Submit" type="submit" class="button1" id="Submit" value="SUBMIT HERE" /></td>
<td width="40%"><input name="Reset" type="reset" class="button2" id="Reset" value="Reset" /></td>
</tr>
</table>
</div></td>
</tr>
</table>
<p> </p>
</form></center>
</div>
<script type="text/javascript">
var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1", "none", {validateOn:["blur"]});
var sprytextfield2 = new Spry.Widget.ValidationTextField("sprytextfield2", "email", {validateOn:["blur"]});
var spryradio1 = new Spry.Widget.ValidationRadio("spryradio1");
</script>
<!-- InstanceEndEditable -->
<div id="st-footer">
<center>
<br/>
<p><a href="index.html" class="space">Home</a> |
<a href="aboutus.html" class="space">About Us</a> |
<a href="Magicshow.html" class="space">Services</a> |
<a href="products.html" class="space">Packages</a> |
<a href="feedbackform.html" class="space">Tell Us More</a> |
<a href="contactus.html" class="space">Contact Us</a> |
<a href="references.html" class="space">References</a></p>
<p class="footer">© WittyWizard2016<br/>
All Rights Reserved</p>
</center>
</div>
</div>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
<!-- InstanceEnd --></html>