Books on Drupal

There are a few books on Drupal and they range from everything for the beginner to everything for the advanced. I have a page devoted to Drupal books that are available for purchase along with a review on each of them.

New to Drupal?

Are you new to Drupal? What is Drupal and why do you want to use this? In this video I build a Drupal website in 10 minutes. See why Drupal rocks!

Contact List Module in Drupal

Drupal's contact form is nice by default. It sets up a page where you can enter your name, email address, subject, and message. You can also choose what category (I think of this as the department) you want to send the form to. Drupal provides a drop-down menu for the category.

Contact List module changes this a little. Instead of providing a form where you can choose what category or department, it provides a list of the categories that are links. These links will then bring you to the proper form page. When you submit the form, it will be sent to the proper department.

It's just a different way of setting up forms. One way you choose what department at the form itself (Drupal's default way), with Contact List, you selct the department before you go to the form.

Pretty cool :)