Hello, fellow programmers.
I would like some help. I have to use in a project the API that includes the Fipe Table data in JSON format ( link ).
I want my form to have four fields, which are: Brand, Model, Year, and Value.
When I select the Car Brand (Motorcycle or Truck), the Model field will show items related to that brand. When you select the car model, the third field with the year will open. Finally, when I select the year, the last field should display the value of this vehicle.
I have not been able to do anything yet, despite attempts. I will not even expose my code because I need help from scratch. This is important as I need to implement this function in a vehicle classified project.
If anyone can help me, I'll be grateful.