For Adobe ColdFusion application servers Title

Title provides a select box of titles (MS., Mr., Mrs., Miss, Dr., Professor). You could easily customise this list.

Examples

The plain preset:

<cf_terrafield
  preset="title"
  name="MyTitle1"
/>

Klingon:

<cf_terrafield
  preset="title"
  name="MyTitle2"
  valuelist="Tai,Vestai,Sutai,Zantai,Epitai"
/>

No comments yet