Hello,
I was looking into developing a custom FieldType for a client. The documentation in one area seems wrong or atleast misleading.
http://ellislab.com/expressionengine/user-guide/development/fieldtypes.html
The “Individual Settings” area implements a function called display_field(). Further down the page, another function is implemented, also called display_field(). This function is under the “Displaying the field (Publish Page)” area, so I assume by the name the function name is correct for this one.
What would be the function name for the individual settings page, and can it get updated?