-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHotel form.html
53 lines (44 loc) · 2.41 KB
/
Hotel form.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
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Satisfactory Form </title>
</head>
<body>
<body bgcolor="#ADD8E6">
<center><img src = "HTML Project Photos\logo_2.jpg"></center>
<font = "5" face = "Georgia" color = "black">
<h1 align = "center"><i>GETAWAY DELUXE</i></h1>
</font>
<center>
<h1> Customer Satisfactory Form </h1>
<form>
<b>Fullname</b> <input type="text" name="fname"><br><br>
<b>Email</b> <input type="text" name="email"><br><br>
<b>Hello hope you enjoyed your stay and thankyou for choosing us for your staycation.</b><br><br>
<b>We would love to get your honest feedback on how your stay here was below.</b><br><br>
<b>Kindly fill in the form.</b><br><br>
<b>How did you learn of our services?</b><br><br>
<b>From a friend <input type="checkbox" name="friend"> Advertisement <input type="checkbox" name="ad"> Online research<input type="checkbox" name="online"></b><br><br>
<b>Describe your experience</b><br><br>
<input type="text" name="describe"><br><br>
<b>Any changes you would recommend?</b><br><br>
<b>YES <input type="checkbox" name="yes"> NO <input type="checkbox" name="no"></b><br><br>
<b>If YES which one?</b><br><br>
<input type="text" name="changes"><br><br>
<b>On a sclae of 1 to 5 rate:</b><br><br>
<b>The Customer Service <b><br>
<b>1<input type="checkbox" name="yes"> 2<input type="checkbox" name="yes"> 3<input type="checkbox" name="yes"> 4<input type="checkbox" name="yes"> 5<input type="checkbox" name="yes"> </b><br><br>
<b>The Facilities <b><br>
<b>1<input type="checkbox" name="yes"> 2<input type="checkbox" name="yes"> 3<input type="checkbox" name="yes"> 4<input type="checkbox" name="yes"> 5<input type="checkbox" name="yes"> </b><br><br>
<b>Hygene <b><br>
<b>1<input type="checkbox" name="yes"> 2<input type="checkbox" name="yes"> 3<input type="checkbox" name="yes"> 4<input type="checkbox" name="yes"> 5<input type="checkbox" name="yes"> </b><br><br>
<b>Hospitality <b><br>
<b>1<input type="checkbox" name="yes"> 2<input type="checkbox" name="yes"> 3<input type="checkbox" name="yes"> 4<input type="checkbox" name="yes"> 5<input type="checkbox" name="yes"> </b><br><br>
<b> Would you recommend us to your friends?</b><br><br>
<b>YES <input type="checkbox" name="yes"> NO <input type="checkbox" name="no"></b><br><br>
<h1><b>HOPE TO SEE YOU AGAIN</b></h1>
</center>
</body>
</html>