This documentation refers to an older version of CiviCRM (3.4 / 4.0). The current stable version is 4.1. Please introduce all documentation changes and new material here.

Skip to end of metadata
Go to start of metadata
This page refers to CiviCRM 3.4 and 4.0, current STABLE version.

Documentation Search


CiviCRM 3.4 and 4.0 Documentation

Support and Participation

Developer Resources


CiviCRM books!

Make sure to check out the FLOSS Manual Understanding CiviCRM as well! You can also support this project by ordering a hard copy.

Or support us by buying an eBook or hard copy of Using CiviCRM from Packt Publishing.

Is it possible to add a custom field to an exisiting CiviCRM set of fields?

QUESTION: Is it possible to add a custom field to an exisiting CiviCRM set of fields? I would like to add a custom field that shows up in the 'Name and Greetings' set of fields. I would like to put that custom field close to (either before or after) the last name field in the 'Name and Greetings' group.

RESPONSE: In CiviCRM, you can create custom fields for any of the following objects:

  • Individuals
  • Organizations
  • Households
  • Activities
  • Phonecall
  • Meeting
  • Group
  • Contribution

Keep in mind that group custom data applies to the group itself, not to the group's members.

Custom data groups show up in a separate tab or inline, so you will not be able to put your custom field near the lastname field without hacking the template (tpl) file. You can inquire on the forums for more information on how to hack CiviCRM.

See Custom Data Sets & Fields for more information about custom data.

Labels
  • None