-
+
@@ -17,7 +17,7 @@
- Contact Us via phone, email, or WhatsApp.
+ Contact Us via phone, website, email, or WhatsApp.
diff --git a/peugeot.php b/peugeot.php
index f5a33ef..5f18f91 100644
--- a/peugeot.php
+++ b/peugeot.php
@@ -44,7 +44,7 @@
@@ -52,7 +52,7 @@
@@ -60,7 +60,14 @@
+
+
@@ -68,7 +75,7 @@
@@ -77,7 +84,7 @@
diff --git a/sendemail.php b/sendemail.php
index 0c53513..93e106a 100644
--- a/sendemail.php
+++ b/sendemail.php
@@ -14,7 +14,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
$name = htmlspecialchars($_POST['name']);
$email = htmlspecialchars($_POST['email']);
$phone = htmlspecialchars($_POST['phone']);
- $address = htmlspecialchars($_POST['address']);
+ // $address = htmlspecialchars($_POST['address']);
$location = htmlspecialchars($_POST['location']);
$pickup_date = htmlspecialchars($_POST['pickup_date']);
$dropoff_date = htmlspecialchars($_POST['dropoff_date']);
@@ -22,7 +22,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
// Gmail credentials
$gmailUser = 'subashgiri939@gmail.com'; // Replace with your Gmail address
- $gmailPassword = ''; // Replace with your Gmail app password
+ $gmailPassword = 'ochy hfbb zlmy kloj'; // Replace with your Gmail app password
// Create a new PHPMailer instance
$mail = new PHPMailer(true);
@@ -47,8 +47,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
Name: $name
Car Name: $car_name
Phone: $phone
-
Address: $address
-
Pick-up Location: $location
+
Drop -off Location: $location
Pick-up Date: $pickup_date
Drop-off Date: $dropoff_date
Thank you for your booking! We will contact you shortly for further details.
@@ -57,8 +56,8 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
Your booking request has been received:
Name: $name
Phone: $phone
- Address: $address
- Pick-up Location: $location
+
+ Drop off Location: $location
Pick-up Date: $pickup_date
Drop-off Date: $dropoff_date
Thank you for your booking! We will contact you shortly for further details.
@@ -77,8 +76,8 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
Car Name: $car_name
Email: $email
Phone: $phone
-
Address: $address
-
Pick-up Location: $location
+
+
Drop off: $location
Pick-up Date: $pickup_date
Drop-off Date: $dropoff_date
Please review the details for further action.
@@ -89,7 +88,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
Email: $email
Phone: $phone
Address: $address
- Pick-up Location: $location
+ Drop-of Location: $location
Pick-up Date: $pickup_date
Drop-off Date: $dropoff_date
Car name : $car_name