The manage field types screen allows you to manage the kinds of fields available to your user profiles. You can click "EDIT" to edit an existing field type, or "CREATE NEW FIELD TYPE" to create additional field types.
As shown above, each of the text inputs has the following function:
Field Type
This is the internal name given to the field type. You should specify this with letters only (underscores are also allowed).
Save Script
This field allows you to specify special processing of a field type when saving. By default (without any script) inputs are pulled from the $_POST variable and stored to the database.
Edit Template
This is the HTML block that will be used for the type of field when editing a profile.
Use <?=$name?> to show a specific fields name.
Use <?=$value?> to show a specific fields value.
Use <?=$inputkey?> to show a specific $_POST variable name.
View Template
This is the HTML block that will be used for the type of field when viewing a profile.
Use <?=$name?> to show a specific fields name.
Use <?=$value?> to show a specific fields value.