fb : FEEDBACKS) {
+ if ((email != null && !email.isEmpty() && email.equals(fb.get("email"))) ||
+ (category != null && !category.isEmpty() && category.equals(fb.get("category")))) {
+ out.println("Name: " + fb.get("name") + "
Email: " + fb.get("email") + "
Category: " + fb.get("category") + "
Feedback: " + fb.get("feedback") + "
");
+ }
+ }
+ out.println("Back");
+ }
+}
diff --git a/src/main/webapp/captcha.jsp b/src/main/webapp/captcha.jsp
new file mode 100644
index 0000000..ebe0f70
--- /dev/null
+++ b/src/main/webapp/captcha.jsp
@@ -0,0 +1,9 @@
+
+
diff --git a/src/main/webapp/contact-feedback.jsp b/src/main/webapp/contact-feedback.jsp
new file mode 100644
index 0000000..77e8843
--- /dev/null
+++ b/src/main/webapp/contact-feedback.jsp
@@ -0,0 +1,98 @@
+
+
+
+ Contact Feedback Form
+
+
+
+ Contact Feedback Form
+
+
+
Search Feedback
+
Search by Email
+
+
Search by Category
+
+
+
+
diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp
index 8b9a55b..3fdb813 100644
--- a/src/main/webapp/index.jsp
+++ b/src/main/webapp/index.jsp
@@ -5,5 +5,7 @@
Enter Name:
+
+Contact Feedback Form