Name

Alan D. - September 27, 2009 - 07:07

Name is a module that provides a number of name fields and a FAPI name element "name_element".

Each field type consists of two or more of components:

1) Name: 'Mr' 'John Doe'
Title, name
2) Name: 'John' 'Doe'
First name and last name
3) Name: 'Mr' 'John' 'Doe'
Title, first name and last name
4) Name: 'Mr' 'John' 'A.' 'Doe'
Title, first name, middle name and last name
5) Name: 'Mr' 'John' 'A.' 'Doe', 'PhD'
Title, first name, middle name, last name and credentials

Each field is made up for two or more input fields. The title field is a select list and the other fields are all text fields. Multiple values are supported via the core fields engine.

Developed and tested against Drupal 7 Dev Version released on the 2009/09/24

It is not currently in sync with the latest Drupal 7 Dev Version and is being refactored to cover just the first and last of the 5 fields mentioned above.

The internal API will be different, so please do not use until it is released.


 
 

Drupal is a registered trademark of Dries Buytaert.