Hi All,
Currently I have 2 dropdown list 'dropdownTOV' and 'dropdownBC'. dropdownTOV get the value based on sharepoint list 'TypesOfVisitor' and dropdownBC get value from 'BuyerInCharges' sharepoint list. I have no issue to get both dropdown value rom both sharepoint list.
But now i need to get the dropdownBC value based on the selected value from dropdownTOV.
example :
if user select CONTRACTOR from dropdownTOV so the value on dropdownBC only display value that status = CONTRACTOR.



hope u guys can help me to slove this problem. Thanks in advance.