System Information
- Strapi Version: 5.8.0
- Operating System: ubuntu
- Database: MySQL
- Node Version: 20
- NPM Version:
- Yarn Version:
Car content type fields
Name, Color, Type, Model
Customer content type fields
Customer_name, Car_color, Car_type, Car_model
In the customer type selection process, when a car color is chosen, the next dropdown for car types should dynamically display only the car types available in that selected color. Once a car type is selected, the subsequent dropdown should dynamically populate with the models belonging to that type. This ensures a seamless, dynamic selection process.
After making all the selections (color, car type, and model), a list of cars matching the selected criteria should be dynamically displayed