Hi there!

I'm a 22 year old Dutch newbie to the drupal forums, I'm sorry if this is not the right place to post my questions. I've so far made a few websites with drupal using standard themes and nothing more than pages and articles. Now I want to make a new website for an Uncle of me. He wants to use something similar to the page on the link http://www.belastingdienst.nl/rekenhulpen/motorrijtuigenbelasting/. I don't even know what the name for it is in English? Is there a module for something like that? It is based on a table. Can someone help me out? By a Name of a Module which can do this?

thanks in advance!

Ebosch1

Comments

Patroclas’s picture

It is not clear what you want to do. Are you looking for a theme that looks like the site in your link? Or are you looking to do something else? Can you be more specific?

ebosch1’s picture

Thnx for the reply, but I am looking for the form they use. Not that form but a form specific to that. A form which is linked to a table with numbers so that all the steps present something in the table and you get an outcome.

Patroclas’s picture

Take a look at this - it may be what you want

http://drupal.org/project/conditional_fields

ebosch1’s picture

I will try that, hope it works!

ebosch1’s picture

The Module was not what I am looking for. I want visitors of my website to be able to walk trough a few steps, after every step there is data attached to that step. Like the example in the URL. Can Someone help me out?

I don't even know the english term for something like that, how would you call it?

sjugge’s picture

Looks to me like a task for Views using exposed filters.

By creating a view with a few exposed filters (soort voertuig, gewichtsklasse, etc would presumably be taxonomy terms or other fields on your nodes) you'll be able to present users with a listing of filtered data.

Having an exact replica of that page would be difficult since the site isn't using Drupal.