Hello Drupalers!
I've been working hard to convert in total 30 websites to Drupal, and now I run into a problem that leads me to the question if i'm doing things right. Before I spend hours and hours of doing it wrong, I thought I better ask here.
Picture this...
I work for a company that currently owns about 30 websites. All 30 websites need to be converted to one single Drupal install, so that's quite a task. The first website is a relocation oriented website, where clients can request a quote by sending in a form. The form is then sent to max 5 relocators and they can send a quote to the client in return. The form asks for 2 very important details, namely the current location of their home, and the location they want to move to. This is very important, because not all relocators move stuff to every part of the world.
So imagion a client enters The Netherlands as their current location, and they want to move to Afghanistan. I created two lists of taxonomy terms. both lists are filled with each country in the world, like this:
Europe
- Netherlands
- Germany
- Italy
Asia
- Afghanistan
- Japan
- China
Europe and Asia are parent terms, and Netherlands, Japan, China etc. are subterms (is that the word?) of those parent terms.
Ok, all good (I hope). Here comes the tricky part.