MEMBERSHIP TYPES allows you to manage as many types of membership as you need.
Each membership type MUST be associated with a specific organization.
Create an Organizational Contact before you create a membership type. |
Typically memberships have a specified duration, fee and benefits, for example:
If you don't see the Administrative options for CiviMember in the control panel, you will need to enable the component. Go to Administer CiviCRM >> Global Settings >> Enable Components to do this. See Enable Components. |
If you plan on collecting fees online for memberships, you may need to create special contribution type(s) to differentiate membership payments from other types of contributions. If so, see Contribution Types You must add contribution type(s) prior to setting up your membership types. |
Even if a membership type is free for contacts to sign up to, you will still need to create a Contribution Page for it. Go to "Manage Contribution Pages>>Configure Contribution Page" |
As with other CiviCRM functions, you use the Access Control menu to set access by role.
For users who need to find and view memberships - be sure to assign the access CiviMember permission.
For users who need to create and/or edit membership records - assign the edit memberships permission.
Note: users will NOT be able to view or edit memberships unless they have either view or edit permission for the associated contact record.
If you want to allow anonymous (non-authenticated) visitors to use your online membership signup and renewal page, make sure that the anonymous users role has the make online contributions permission checked in Access Control. |
To manage membership types, choose from the Administer menu >> CiviMember >> Membership Types.
You will see a list of existing Membership Types, You can also create NEW membership types or Edit, Disable or Delete EXISTING membership types using the links to the right of each membership type.
Default Membership Types
Types |
Period |
Fixed Start |
Minimum Fee |
Duration |
Relationship Type |
---|---|---|---|---|---|
General |
rolling |
n/a |
$100 |
2 year |
Household member is |
Student |
rolling |
n/a |
$50 |
1 year |
|
Lifetime |
rolling |
n/a |
$1,200 |
1 Lifetime |
Household member is |
To create a NEW membership type, choose >>New Membership Type.
You will be taken to the New Membership Type page.
Create a Name (required) and Description for the membership type.
Membership Organization - Type in the pre-existing Organization that members are assigned to. This is a required field.
Create an Organizational Contact for each membership "organization" you want to offer membership in. This could include chapters (California Chapter, Western Division), subject groups (Eagles group, Bears group) or other labels you wish to use to differentiate memberships. |
Minimum Fee - Type in the minimum fee that must be contributed for this membership
Contribution Type - Select the contribution type for the fee. You must setup Contribution Types before they will appear in this drop-down menu. This is a required field.
Auto-renew Option:
Auto-renew Option - For payment processors capable of recurring contributions (Paypal, Paypal Pro+Recurring, Authorize.net at time of writing), you may be able to allow (or require) members to signup for an automatically renewing membership. For some processors, back-office staff can also create an automatically renewing membership for a constituent. In either case, the payment processor will automatically bill the constituent's credit card at initially and again at renewal time. Using a template you specify, CiviCRM can also automatically "notify" your member upon auto-renewal. This is processed with the same UpdateMembershipRecord.php script detailed below. You will also need to enable this option in the Membership Settings of your online contribution pages. |
Duration - Set the duration that the membership lasts. Enter a number then select the period (day, month, year, or lifetime) from the drop-down list.
Period Type - Select the period type for this membership: rolling or fixed.
Rolling memberships begin on the date of signup, Fixed memberships begin and end on specific dates. For example, a one-year membership could either start on the day a contribution is given and last 365 days from that date, or it could begin on January 1 and end December 31, depending on your membership rules.
If membership duration is specified in years, you will be able to specify the exact month and day for memberships to start. If membership duration is specified in months, memberships will start on the 1st of the current month and run for the number of specified months.
If you want to ensure that memberships last 12 full months by rounding up a partial month (for people who join in the middle of the month), you should select 13 month duration and fixed period. A user who joins on November 15, 2009 will have a start date of November 1, 2009 and an end date of November 30 2010. |
Relationship Type - Select from the drop-down menu the relationship type to associate with this membership. For example if you want all members of a household to be considered members, select 'Household Member'. Note that the contact that is assigned the membership must be attached to a household, as must the other individuals. See Relationship Types.
Visibility - Choose if this membership is available for self-signup (Public) or if it must be assigned by an Administrator or User (Admin)
Order - Enter the weight (or order number) for this membership to determine it's position in a list of memberships.
Enabled? - Enable/disable the membership type by checking or unchecking the box labeled Enabled? at the bottom of the page.
*Renewal Reminder Message* - Select the reminder message to be sent to members. Setup messages in Message Templates.
Keeping Membership Status updated and using the Renewal Reminder Day function requires that on your server you setup a "cron job" to run a script which will update membership statuses and send out reminders.
|
Renewal Reminder Day - enter the number of days prior to membership expiration that you want the reminder to be sent.
Click Save to save the Membership Type. If successful, you will see the message:
The membership type "General" has been saved.
For EXISTING membership types you can Edit, Disable or Delete each membership type using the links to the right of each membership type.
Select Edit to view the Edit Membership Type page where you can change the values for each membership type option. Here you can also enable/disable the membership type by checking or unchecking the box labeled Enabled? at the bottom of the page.
Click Save to save the membership type.
If successful, you will see the message:
The membership type "General" has been saved.
Select Disable to temporarily disable an Existing membership type. You will see the warning:
Click OK to continue or Cancel to cancel disabling the membership type."Are you sure you want to disable this membership type? "
To re-enable the membership type, simply click on Enable.
Select Delete to delete the membership type. You will be given this warning:
Click Delete to continue or Cancel to cancel the deletion.WARNING: Deleting this option will result in the loss of all membership records of this type. This may mean the loss of a substantial amount of data, and the action cannot be undone. Do you want to continue?