Organizing collections of form elements

Drupal: 8m
Video Series
Information

This chapter shows how to cluster different form elements into fieldsets as well as how to expand the Forms API renderable array a tree that preserves the structure and hierarchy of the form. We'll expand the Form Fun example module and talk about the #tree property.

Discussion

Comments on this video

You need to be an active subscriber to comment. or .

Joe:

I am am having a major bug implementing the concepts of this video. I cannot get the dsm or krumo messages to appear.
ARe there any known conflicts?

Patrick

I am using:
Drupal 7.12

You can go to FindExperts.net to see the both your examples and mine with "Resume Add" ?

Patrick

Hi Patrick!
Both krumo() and dsm() require that the devel module is enabled. So check that first. Also, the point of using those functions is to see what variables are available to you. You can also type drupal_set_message('' . print_r($vars, true) .''); to accomplish the same task.
~Michelle

Lullabot logo

Lullabot has trained thousands of Drupal developers & guided the development of some of the largest Drupal websites.