|
Server IP : 2a02:4780:11:1017:0:31f1:b895:8 / Your IP : 216.73.216.163 Web Server : LiteSpeed System : Linux in-mum-web917.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64 User : u837925013 ( 837925013) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u837925013/domains/tech2wizard.com/public_html/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php include('inc/function.php');?>
<!DOCTYPE html>
<html lang="zxx">
<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" />
<?php $get_seo= mysqli_fetch_array($con->query("select * from seo WHERE id=12")); ?>
<title><?php if(!empty($get_seo['meta_title'])){ echo $get_seo['meta_title']; } ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="<?php if(!empty($get_seo['meta_description'])){ echo $get_seo['meta_description']; }?>">
<meta name="keywords" content="<?php if(!empty($get_seo['meta_keyword'])){ echo $get_seo['meta_keyword']; }?>"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="<?php echo IMAGE_SITE_PATH.$get_logo['fevicon']?>" />
<link rel="stylesheet" href="assets/css/animate.min.css" />
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/fontawsome.min.css" />
<link rel="stylesheet" href="assets/css/flaticon.css" />
<link rel="stylesheet" href="assets/css/meanmenu.min.css" />
<link rel="stylesheet" href="assets/css/owl.carousel.min.css" />
<link rel="stylesheet" href="assets/css/nice-select.min.css" />
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css" />
<link rel="stylesheet" href="assets/css/magnific-popup.min.css" />
<link rel="stylesheet" href="assets/css/jquery-ui.min.css" />
<link rel="stylesheet" href="assets/css/swiper.min.css" />
<link rel="stylesheet" href="assets/css/odometer.min.css" />
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/responsive.css" />
<link rel="stylesheet" href="assets/css/sweetalert2.min.css" />
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1011266089528097');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1011266089528097&ev=PageView&noscript=1"/></noscript>
<!-- End Meta Pixel Code -->
<?php echo $setting['head_code']; ?>
</head>
<body>
<?php include('inc/header.php'); ?>
<div class="uni-banner"style="background-image: url('<?php if(!empty($get_seo['banner'])){ echo BANNER_SITE_PATH.$get_seo['banner']; }?>');">
<div class="container-fluid container-large">
<div class="uni-banner-text-area">
<h1><?php if(!empty($get_seo['banner_title'])){ echo $get_seo['banner_title']; }?></h1>
<?php if(!empty($get_seo['banner_sub_title'])){ echo "<p class='text-white'>".$get_seo['banner_sub_title']."</p>"; }?>
<ul>
<li><a href="index.php">Home</a></li>
<li><?php if(!empty($get_seo['page_name'])){ echo $get_seo['page_name']; }?></li>
</ul>
</div>
</div>
</div>
<div class="about ptb-40">
<div class="container feedback-form-area">
<form method="post" class="validate-form" id="Feedback-Form">
<div class="row bg-my justify-content-center ">
<div class="default-section-title default-section-title-middle">
<h3>COMPLETE FEEDBACK FORM</h3>
<p>If you have any feedback or suggestions for us, we encourage you to share them using the form below. We would love to hear about your experiences, both positive and negative, as well as any ideas you may have for how we can improve.</p><br>
</div>
<div class="col-lg-6">
<div class="feedback-form">
<input type="text" id="full_name" name="full_name" placeholder="Full Name"class="md-text form-control" required data-parsley-trigger="keyup">
<input type="text"maxlength="10" onkeypress="return onlyNumberKey(event)" id="phone_number" name="phone_number" placeholder="Phone Number"class="md-text form-control" required data-parsley-trigger="keyup">
<input type="text" id="email_address" name="email_address" placeholder="Email Address"class="md-text form-control" required data-parsley-trigger="keyup">
<input type="text" id="order_id" name="order_id" placeholder="Enter the Sale Order ID on Your Receipt"class="md-text form-control" required data-parsley-trigger="keyup">
<textarea type="text" id="feedback_reason" name="feedback_reason" placeholder="Reason for Rating"class="md-textarea form-control" rows="3" data-parsley-trigger="keyup"></textarea>
</div>
</div>
<div class="col-lg-6">
<div class="feedback-form">
<div class="form-group">
<label>How would you rate your experience at Tech Wizardry?</label><br>
<div class="star-cb-group">
<label>
<input type="radio" name="stars" value="1" checked/>
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars" value="2" checked/>
<span class="icon">★</span>
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars" value="3" checked/>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars" value="4" checked/>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars" value="5" checked/>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
</label>
</div>
</div>
<div class="form-group">
<label>The store communicated expectations about my device throughout the repair process.</label><br>
<div class="star-cb-group">
<label>
<input type="radio" name="stars1" value="1" checked/>
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars1" value="2" checked/>
<span class="icon">★</span>
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars1" value="3" checked/>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars1" value="4" checked/>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars1" value="5" checked/>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
</label>
</div>
</div>
<div class="form-group">
<label>The store staff was courteous and helpful throughout my repair process</label>
<div class="star-cb-group">
<label>
<input type="radio" name="stars2" value="1" checked/>
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars2" value="2" checked/>
<span class="icon">★</span>
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars2" value="3" checked/>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars2" value="4" checked/>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars2" value="5" checked/>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
</label>
</div>
</div>
<div class="form-group">
<label>My device functions and feels as good or better than expected after my repair</label>
<div class="star-cb-group">
<label>
<input type="radio" name="stars3" value="1" checked/>
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars3" value="2" checked/>
<span class="icon">★</span>
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars3" value="3" checked/>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars3" value="4" checked/>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars3" value="5" checked/>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
</label>
</div>
</div>
<div class="form-group">
<label>How likely are you to refer a friend or family member to Tech Wizardry?</label>
<div class="star-cb-group">
<label>
<input type="radio" name="stars4" value="1"checked />
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars4" value="2" checked/>
<span class="icon">★</span>
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars4" value="3" checked/>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars4" value="4" checked/>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
</label>
<label>
<input type="radio" name="stars4" value="5" checked/>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
<span class="icon">★</span>
</label>
</div>
</div>
</div>
</div>
<div class="col-md-12 text-center">
<button class="default-button" id="Feedback-submit" type="submit"><span>Send Your Feedback</span></button>
</div>
</div>
</form>
</div>
</div>
<?php include('inc/footer.php'); ?>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery-ui.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/meanmenu.js"></script>
<script src="assets/js/owl.carousel2.thumbs.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/magnific-popup.min.js"></script>
<script src="assets/js/TweenMax.js"></script>
<script src="assets/js/nice-select.min.js"></script>
<script src="assets/js/form-validator.min.js"></script>
<script src="assets/js/contact-form-script.js"></script>
<script src="assets/js/ajaxchimp.min.js"></script>
<script src="assets/js/appear.min.js"></script>
<script src="assets/js/swiper-bundle.min.js"></script>
<script src="assets/js/tilt.js"></script>
<script src="assets/js/odometer.min.js"></script>
<script src="assets/js/sweetalert2.min.js"></script>
<script src="assets/js/parsley.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>