Person content type

On your contenttypes Drupal (or whatever you called it), make a content type called Person, with the following fields:

  • Last name (use the title field)
  • First name (plain text field) (Limit to 20 characters, otherwise Devel goes wiggy with it.)
  • Photo
  • Date of birth
  • Gender (a text list, with options male and female)
  • Notes (a formatted long text field) (You can use body for this, if you want. Change the label to Notes.)

Use Devel to generate data for 20 people. Limit the node title to one word. (The data won’t make any sense. That’s OK.)

Submit the URL of your site, and login credentials for user 1.

(If you were logged in as a student, you could submit an exercise solution, and get some feedback.)