[ def ] page that displays a FORM with all the fields for a PERSON record. user can complete the required fields and submit the form to create a new person record.
[ args ] OPTIONALLY takes the parent id of the membergroup the item will belong to, also optionally [id_parent, name_parent, name_gp, name_ggp]
[ args ] takes the id of the container group to which the individual will belong, OPTIONALLY uses the memberGroup, member and community
[WHY]
] enables user to add a new 'person' record to the db, a 'person' record includes fields for all of the following
last name -
first name -
middle name -
person description -
parent id -
owner -
date-of-birth -
telephone
email -
facebook -
twitter -
g+ -
primary-location-id -
priority -
status -
photo -
content-format -
content -
[WHERE called from ...]
] MENU MAIN - Create/People -> add/person
] PAGE view/memberGroups - LINK - "add a person to group" - for each memberGroup listed
] PAGE view/people - TOOLBAR.Button - "+" - adds a new person record to the current membergroup
] PAGE view/person - TOOLBAR.Button - "+" - adds a new person record to the current membergroup
[WHEN]
] you want to add a new PERSON record to the db
] enables user to add a new PERSON record to the db,