I want to build a form for taking user inputs.
The form contains two drop downs..i want to build the second drop down choices based on the first dropdown result..
Eg..First Dropdown values are x,y,z
if user select 'x' then second dropdown choices based on the value x ..it may be A,B,C
if user select 'y' then second dropdown choices based on the value y..it may be D,E,F
Can i do this in power pages ?