mirror of
https://github.com/myronblair/parkerslingshotrentals
synced 2026-06-30 17:50:31 -05:00
Add digital e-signature waiver + update How It Works to 5 steps
- waiver.php: full rental agreement with canvas e-signature pad, 6 required checkboxes, typed name field; stores sig image + IP + timestamp in DB; emails signed confirmation to customer and admin - bookings table: add waiver_signed, waiver_signed_at, waiver_ip, waiver_name, waiver_sig columns - contact.php: confirmation email now includes Sign Rental Agreement button/link - admin/index.php: Waiver column shows Signed (date) or Pending + Send Link - index.html: How It Works expanded to 5 steps (added Get Approved + Sign Waiver before Hit the Road); insurance updated to Proof of insurance required; FAQ and JSON-LD updated to match Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+17
-12
@@ -132,7 +132,7 @@
|
||||
"name": "What is included in the rental?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Every rental includes the Polaris Slingshot, helmets for all riders, a safety orientation, a suggested route map, roadside assistance, and comprehensive insurance coverage."
|
||||
"text": "Every rental includes the Polaris Slingshot, DOT-approved helmets for driver and passenger, a safety orientation, a suggested scenic route map, and roadside assistance. Renters must provide proof of valid personal auto insurance. We carry a comprehensive fleet policy covering the vehicle."
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -609,7 +609,7 @@
|
||||
<li>DOT helmets included</li>
|
||||
<li>Safety orientation</li>
|
||||
<li>Route map & guide</li>
|
||||
<li>Full insurance coverage</li>
|
||||
<li>Proof of insurance required</li>
|
||||
<li>Roadside assistance</li>
|
||||
</ul>
|
||||
<a href="#contact" class="btn-primary" style="display:block;width:100%;text-align:center;">Book Half Day</a>
|
||||
@@ -624,7 +624,7 @@
|
||||
<li>DOT helmets included</li>
|
||||
<li>Safety orientation</li>
|
||||
<li>Route map & guide</li>
|
||||
<li>Full insurance coverage</li>
|
||||
<li>Proof of insurance required</li>
|
||||
<li>Roadside assistance</li>
|
||||
</ul>
|
||||
<a href="#contact" class="btn-primary" style="display:block;width:100%;text-align:center;">Book Full Day</a>
|
||||
@@ -638,7 +638,7 @@
|
||||
<li>DOT helmets included</li>
|
||||
<li>Safety orientation</li>
|
||||
<li>Route map & guide</li>
|
||||
<li>Full insurance coverage</li>
|
||||
<li>Proof of insurance required</li>
|
||||
<li>24/7 roadside assistance</li>
|
||||
</ul>
|
||||
<a href="#contact" class="btn-primary" style="display:block;width:100%;text-align:center;">Book Weekend</a>
|
||||
@@ -652,7 +652,7 @@
|
||||
<section class="how" id="how" aria-label="How the rental process works">
|
||||
<div class="container">
|
||||
<p class="section-label">The Process</p>
|
||||
<h2 class="section-title">Ready in 4 Simple Steps</h2>
|
||||
<h2 class="section-title">Ready in 5 Simple Steps</h2>
|
||||
<p class="section-sub">From booking to keys in hand — we make it effortless so you can focus on the fun.</p>
|
||||
<div class="steps">
|
||||
<div class="step">
|
||||
@@ -662,18 +662,23 @@
|
||||
</div>
|
||||
<div class="step">
|
||||
<div class="step-num">2</div>
|
||||
<h3>Book & Confirm</h3>
|
||||
<p>Fill out our simple booking form or give us a call. We'll confirm your reservation within 24 hours.</p>
|
||||
<h3>Book & Submit</h3>
|
||||
<p>Fill out our simple booking form online or give us a call. We'll review your request right away.</p>
|
||||
</div>
|
||||
<div class="step">
|
||||
<div class="step-num">3</div>
|
||||
<h3>Show Up & Roll Out</h3>
|
||||
<p>Arrive at pickup, complete your safety briefing, grab your helmets and route map, and hit the road.</p>
|
||||
<h3>Get Approved</h3>
|
||||
<p>We'll confirm availability and reach out within a few hours. Once approved, you're officially on the calendar.</p>
|
||||
</div>
|
||||
<div class="step">
|
||||
<div class="step-num">4</div>
|
||||
<h3>Return & Relive</h3>
|
||||
<p>Return the Slingshot at the agreed time. Tell everyone about the best day you've had in Texas.</p>
|
||||
<h3>Sign Your Waiver</h3>
|
||||
<p>You'll receive a link to our digital rental agreement. Sign it online in minutes — no printer needed.</p>
|
||||
</div>
|
||||
<div class="step">
|
||||
<div class="step-num">5</div>
|
||||
<h3>Hit the Road</h3>
|
||||
<p>Arrive at pickup with your license and proof of insurance. Complete your safety briefing, grab your helmets, and go.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -723,7 +728,7 @@
|
||||
</details>
|
||||
<details>
|
||||
<summary>What's included in every rental?</summary>
|
||||
<p>Every rental includes the Polaris Slingshot, DOT-approved helmets for driver and passenger, a safety orientation, a suggested scenic route map, roadside assistance, and comprehensive insurance coverage.</p>
|
||||
<p>Every rental includes the Polaris Slingshot, DOT-approved helmets for driver and passenger, a safety orientation, a suggested scenic route map, and roadside assistance. Renters must provide proof of valid personal auto insurance. We carry a comprehensive fleet policy covering the vehicle.</p>
|
||||
</details>
|
||||
<details>
|
||||
<summary>How many people can ride in a Polaris Slingshot?</summary>
|
||||
|
||||
Reference in New Issue
Block a user