Summary
This chapter has covered one of the more challenging areas of Drupal theming, that is, theming the forms. The default Drupal forms covered in this chapter can be styled through the application of a variety of techniques, both with and without the assistance of PHPTemplate.
In this chapter, we looked at the various theming techniques and identified the key components associated with each task and where to find them. We also introduced the idea of creating a module to control form modifications, via the function form_alter
.