Vehicle Insurance Quote
A vehicle insurance quoting form with cascading vehicle selection, driver history, and computed premiums.
Features demonstrated:
- 3-level cascading dropdowns: vehicle type (car/truck/motorcycle) drives make options, make drives model options
- Three computed read-only premium fields via
$fnvalue functions (monthly, annual, and coverage summary) - High-risk surcharge warning via
andcondition: accidents > 2 AND premium coverage selected - Commercial/rideshare usage notice shown via
orcondition with aDynamicFragmentbanner notoperator for new customer discount banner (shown whenhasExistingPolicyis false)- Optional VIN field with conditional
patternvalidation (only validated when non-empty)