Creating a Custom Registration Form for Cars

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

Hi,

if you mean how to add listing attributes, then please check this doc: How to add listing attributes - HivePress Help Center and this topic. To make an attribute in an attribute, please check this topic Create two dependent Select attributes - #5 by andrii

​I hope this is helpful to you.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.