I know this is a too generic question and I also know you can use Drupal as a Framework more than a simple CMS/Blog system, but at the moment I'm a bit lost.
I could explain in details the target I would like to reach with my website and I know is not very fair to give a link and say "go and look", but this will be for sure more self-explainatory than 1000 words.
I need to create a site that acts like this zvs.com/visas.php
I can imagine how to develop this from scratch with php, building a DB, creating a logical workflow with conditions and tests to evaluate forms and to generate a final reply to the users. For sure there are many other aspects that have to be considered and not just the "select and search" phase where the user select the origin and destination country, but I would like to understand if I can use Drupal to avoid reinventing the wheel (creating all the back-end for administer country lists, FAQ, etc.). For sure the answer is yes, you can do it, since I saw a lot of more complicated workflow in sites out there (here they have a lot of serach/filter funcition with custom workflow: http://openroadautogroup.com/ ), but unfortunately I can't take a look at the code and at the moment I cannot figure out how they managed this with Drupal concepts.
I have installed the Country module that let me admin a list of countries... but now...