3
Hello, my fellow programmers.
I would like a help. I have to use in a project the API that contains the Table Fipe data in JSON format (http://deividfortuna.github.io/fipe/).
I want my form to have four fields: Brand, Model, Year and Value.
When I select the Brand of the Car (Bike or Truck), the Model field will show the items related to that brand. When selecting the car model, the third field with the year will open. Finally, when selecting the year, the last field shall display the value of this vehicle.
I haven’t been able to do anything so far, despite attempts. I won’t even expose my code because I need help from scratch. This is important because I need to implement this function in a vehicle classified design.
If anyone can help me, I’d be grateful.
post the code of what you have already tried in it. It may be halfway walking to help you achieve the intended.
– Chun
You’re basically asking someone to do their job.
– Daniel Omine
No, I don’t want anyone doing my job. I would just like a "step-by-step" to better understand the process and analyze what I was doing right or where I went wrong.
– Marcos Paulo