diff --git a/contact.php b/contact.php index f68964c..75ec00d 100644 --- a/contact.php +++ b/contact.php @@ -2,7 +2,7 @@ require_once __DIR__ . '/db.php'; header('Content-Type: application/json'); -header('Access-Control-Allow-Origin: https://parkerslingshotrentals.com'); +header('Access-Control-Allow-Origin: ' . SITE_URL . ''); header('Access-Control-Allow-Methods: POST, OPTIONS'); header('Access-Control-Allow-Headers: Content-Type'); if ($_SERVER['REQUEST_METHOD'] === 'OPTIONS') { http_response_code(204); exit; } @@ -111,7 +111,7 @@ $confirmHtml = "

Next Step: Sign Your Rental Agreement

Once your booking is confirmed you'll sign our digital waiver online — no printer needed. Your link:

- Sign Rental Agreement → + Sign Rental Agreement →

Questions? Call or text (817) 555-0199 or reply to this email.

Ride on,
The Parker County Slingshot Team

diff --git a/db.php b/db.php index e29a9b5..4ab2dc7 100644 --- a/db.php +++ b/db.php @@ -1,8 +1,10 @@