Hey Drupal community,
I just started doing web pages for my research group and decided to give Drupal 7 a try. I'm total drupal newbie (basic knowledge in html/css/php/mysql) and I'd like to get some advice if a page that I'm creating is possible to do with drupal modules or if I should start studying module development/php snippets/something else...
Basically what I want to do is
1. A dynamic webform that collects data (text and pdf-file) and stores it to database
2. Dynamic table (something like this http://users.tkk.fi/~jtvehvil/Processmatrix.png)
3. Comprehensive search functions
1. I know how to make a webform using content types. What I don't know is how to give it if-statement like dynamic functionality, e.g. choose option X in field A and you get a specific list of options to choose from in field B. Do I need a new module for this?
2. I guess the Views module is the right choice for this but I had a look at it and didn't really understand if it had possibilities to do that kind of customized dynamic tables that are generated from database queries. Is Views and some manual CSS the way to go? Or is there a better way?