This project is not covered by Drupal’s security advisory policy.

The Form Table module provides two new Form API elements and theme functions
which make it easier to format Form elements within HTML tables.

The new element types are:

  • formtable
  • formrow

Both behave similarly to the fieldset element; you declare a formtable
element, then declare formrow elements as children of the formtable,
and finally you declare your standard form items as children of your
formrow elements, using the ‘#prefix’ and ‘#suffix’ attributes to add
opening and closing td tags.

For additional details and usage see the README.txt file.

Project information

Releases