Hi,
I have 2 inline fields in my datacapture.cfg
Contain 2 Types :
1) Product 2)Solution
Contain 4 Types :
1)ABC 2)PQR 3)MNL 4)XYZ
my requirement is if i Select Product from 1st drop down.
i want to display only 1)ABC 2)PQR in 2nd Dropdown.
& if i select Solution Then i want to auto populate 2nd dropdown with 1)MNL 2)XYZ
due to some Existing Content Impact i cant add new inline item here.
i must have to reuse those 2 fields only

can above scenario is possible in development?
My Inline commands are :
inline command="/iw-home/iw-perl/bin/iwperl /iw-home/custom/bin/btgsportal/templating/metadata/aggregate_template_type.ipl"
inline command="/iw-home/iw-perl/bin/iwperl /iw-home/custom/bin/btgsportal/templating/metadata/aggregate_insights_template_type.ipl"
i also heard about external parameter, can i pass external parameter from JS to display proper fields in 2nd drop down?
Please provide inputs.