forms

drupal - theme or/and alter forms

Source: drupal.org, written by light-blue (thanks!)

Below is an super powerful way in 5.7 to give you total control of theming any node form (e.g. a cck-based content type called news_article). It uses template files, so your designers will be less confused as well. This example uses the zen theme by the way...

  1. put this in template.php (uncomment the print statement to see the template filename required)
    <php
    function zen_node_form($form) //zen, or phptemplate, or yourthemename {
 

Too Cool for Internet Explorer