Creating three dependent dropdowns in SuiteCRM

Hello All
We need to create three dependent dropdowns in this way

Level 1 Dropdown

01|Cars
02|Bikes

Level 2 Dropdown

01_01|Audi
01_02|Chevrolet
01_03|Fiat
02_01|BMX

I know that following the documentation there is a way to stablish these two dropdowns (Level 1 and Level 2) as a parent-child dependent dropdown, as SuiteCRM will use the “01_” as a guide to link both dropdowns.

However we also need a third level of dependent dropdown between Level 2 and Level 3

Level 3 Dropdown

01_01_01|Automatic
01_01_02|Manual
01_02_01|Two wheels

The idea is that depending on Level 1 dropdown values, values of level 2 dropdown are restricted, and also depending on the level 2 value selected, values of level 3 dropdown are restricted.

Is there any way to achieve this using the normal “dependent dropdown methodology already present in SuiteCRM”? The problem is that as the “guide” value for level 2 dropdown is “01_01_”, SuiteCRM will use the “01_” value… and we are not able to achieve what we need.

Any suggestions please??

Cheers