I am creating a node for people who want to return product they have purchased. I want the information that they have to enter change depending upon the previous selections that they have made.
For example, if someone selects a text filed saying they have purchased this at a dealer, I then want a nodereference field showing all of the dealers that we have to show up so that they can select what dealer they purchased it from. I do not want this nodereference field to show up for anyone who did not purchase at a dealer.
I tried looking through the modules but I did not know exactly what to search for and it did not produce good results.
Please let me know if you have any good suggestions.
Thanks.
Comments
Put the node reference in
Put the node reference in all the time but use javascript to show or hide it?
Possibly
Probably can be done - I am not very familiar with JS. I was hoping there was a module out there that I was not familiar with to do it.
conditional_fields module?
I wonder if http://drupal.org/project/conditional_fields might work here? Might be worth checking http://drupal.org/project/hierarchical_select as well.