Book Image

CiviCRM Cookbook

Book Image

CiviCRM Cookbook

Overview of this book

CiviCRM is a web-based, open source, Constituent Relationship Management (CRM) software geared toward meeting the needs of non-profit and other civic-sector organizations.Organizations realize their mission via CiviCRM through contact management, fundraising, event management, member management, mass e-mail marketing, peer-to-peer campaigns, case management, and much more.CiviCRM is localized in over 20 languages including: Chinese (Taiwan, China), Dutch, English (Australia, Canada, U.S., UK), French (France, Canada), German, Italian, Japanese, Russian, and Swedish.CiviCRM Cookbook will enhance your CiviCRM skills. It has recipes to help you use CiviCRM more efficiently, integrate it with CMSs, and also develop CiviCRM.This book begins with recipes that help save time and effort with CiviCRM. This is followed by recipes for organizing data more efficiently and managing profiles.Then you will learn authentication and authorization and managing communication with contacts.Then you will be guided on using the searching feature and preparing reports. We will then talk about integrating Drupal and CiviCRM. You will also be taught to manage events effectively. Finally, learn about CiviCampaign, Civimember, and developing CiviCRM.
Table of Contents (19 chapters)
CiviCRM Cookbook
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Using get out the vote effectively


Get out the vote (GOTV) is a handy tool to very quickly check off people you know have voted in an election. For example, imagine you are running a local election campaign for your party. You would want to maximize your vote, and the best way to do this is to know if your supporters have voted or not. This recipe shows you how to create reports that show how well you and your opponents are doing.

How to do it…

The CiviCRM database needs to hold party affiliation data for each individual that is going to vote for your party. The best way to hold this data is not within a survey, but in a set of custom fields organized into an individual profile. Most local political organizations have gathered this valuable data over the years, and it can be imported into CiviCRM to form the basis of your election campaign. In this recipe, we will create a set of custom fields and add them to a profile. We will then use the profile in a batch update for all the individual...