Drupal 7 Module Development Tutorial #7 - Theming Tables with Drupal’s Form API

In the 7th drupal video tutorial of this 10 part series, I show you how we can use Drupal’s form api to create a table with check boxes and administer our flag applications. Using the form api, we create a tableselect element, check box form element and submit button. In doing so, I also show you the l function and briefing discuss Drupal theme functions.
Back to Top