Community

Cascading select fields using Entity reference

Hi everyone! I hope somebody can clear this to me. I'm creating a custom content type with additional fields. Then I have three select fields that I want to cascading:

1. Select customer field
2. Select campaign field
3. Select channel field

What I want to achieve is that when I select a customer from the 1st select field, the 2nd select field contains that campaigns created by that customer, then when I select a campaign from the 2nd select, the 3rd select field contains all the channels for that campaign in 2nd select. Finally, the user selects from the channel select (the 3rd select).

Forgive my ignorance, is there a module that does this? Entity reference is great but it's lacking the functionality that I want. This can be done with Ajax and custom coding the form from a module using alter hooks but I want for now, as much as possible to refrain from custom coding.

By the way is Entity selection mode, relevant to this?

Any expert?

nobody click here