Overview
Roads 2 Resilience operations at a glance
Impact Report
Measurable outcomes for grants, sponsors, and community reporting
Grant Readiness Metrics
Live numbers for grant applications & donor reports — Blue Shield CA Foundation & others
Vehicle Donations
Track incoming vehicle donations and their status
| Donor | Vehicle | Condition | Status | Date | Actions |
|---|
Family Applications
Manage family intake applications and eligibility
| Family | Contact | County | Income | Priority | Status | Date | Actions |
|---|
Vehicle-Family Matching
Pair available vehicles with eligible families
| Vehicle | Family | County | Match Status | Matched | Actions |
|---|
Create New Match
Available Vehicles (0)
Eligible Families (0)
Integrations
Connect your Squarespace forms to automatically sync referrals and donations
x-webhook-key header, or append ?key=YOUR_KEY to the URL.
Paste these code snippets into a Code Block on your Squarespace site. Form submissions will automatically appear in the dashboard.
Referral Form
Add this to your referral page. Families needing transportation can submit their info directly.
Donor Form
Add this to your donor/vehicle donation page. Donors can submit vehicle information directly.
This snippet piggybacks on your existing native Squarespace referral form — it intercepts submissions and forwards the data to ResilienceOS without changing anything about how the form works. Squarespace still sends its own email notifications, shows its own success message, and records the submission in its own system.
How to install: In Squarespace, go to Settings → Advanced → Code Injection → Footer and paste the snippet below.
This snippet intercepts the native "Donate a Vehicle" contact form on your /donate page — forwarding Name, Email, Subject, Message, and Newsletter opt-in to ResilienceOS. Squarespace's own email notifications and success behavior are untouched.
How to install: In Squarespace, go to Settings → Advanced → Code Injection → Footer and paste this snippet alongside the referral snippet above. Both snippets can coexist — they activate on different pages.
- Click Copy Code above
- In Squarespace: Settings → Advanced → Code Injection → Footer
- Paste the code at the end of the Footer field (after any existing snippets)
- Click Save
- Submit a test using your
/donateform — the submission will appear in the log below within seconds
Alternative: connect through Zapier or Make.com (~$20/mo, 1–15 min delay).
- In Zapier, create a new Zap with trigger: "Squarespace → New Form Submission"
- Add action: "Webhooks by Zapier → POST"
- Set the URL to the appropriate webhook URL above (referral or donor)
- Add header:
x-webhook-keywith your webhook key - Map your Squarespace form fields to the JSON body
- Test the Zap — the submission should appear in the log below
family_name, email, phone, county. The system auto-maps common field names.
| Time | Type | Source | Status | Details |
|---|
Send a test submission to verify everything is working.