Book a Photography Session

Total Price: £0

/* Add your CSS styles here */ body { font-family: Arial, sans-serif; background-color: #f0f0f0; margin: 0; padding: 0; } .container { max-width: 600px; margin: 0 auto; padding: 20px; background-color: #fff; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } h1 { font-size: 24px; } label { display: block; margin-bottom: 10px; } select, input[type="date"], input[type="time"] { width: 100%; padding: 10px; margin-bottom: 20px; } button { background-color: #007bff; color: #fff; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; } 80, '2-bed-flat' => 90, '3-bed-flat' => 100, '2-3-bed-house' => 120, '4-5-bed-house' => 160, 'large-house' => '220+', ]; // Calculate the total price if (isset($prices[$propertyType])) { $totalPrice = $prices[$propertyType]; } else { $totalPrice = 'N/A'; // Property type not found } // Send an email with booking details $to = 'info@garyaskewphotography.com'; $subject = 'Photography Booking Enquiry'; $message = "Property Type: $propertyType\n"; $message .= "Date: $date\n"; $message .= "Time: $time\n"; $message .= "Total Price: £$totalPrice\n"; mail($to, $subject, $message); // Redirect back to your thank-you page or homepage header('Location: thank-you.html'); exit; } else { // Handle invalid form submission header('Location: error.html'); exit; } ?>
  • Kitchens
  • Hotel
  • Residential
  • Contact
  • About me
Menu

Property Photographer in London and Essex

  • Kitchens
  • Hotel
  • Residential
  • Contact
  • About me

 

Back to Top