I’m seeking guidance on creating a registration form for cars. What are the basic steps to set up custom fields such as model, year, type, mileage, etc., and integrate them into a specific registration form for cars? I appreciate any help or suggestions to streamline this setup on my website. Thank you!
CAR BRAND
└── TOYOTA
│ ├── Corolla
│ │ ├── 2020
│ │ └── 2021
│ ├── Camry
│ │ ├── 2019
│ │ └── 2020
│ └── RAV4
│ ├── 2020
│ └── 2021
└── HONDA
├── Civic
│ ├── 2018
│ └── 2019
├── Accord
│ ├── 2019
│ └── 2020
└── CR-V
├── 2020
└── 2021