Questions tagged [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. You may do better to ask your question at https://civicrm.stackexchange.com

As a non profit committed to the public good itself, CiviCRM understands that forging and growing strong relationships with constituents is about more than collecting and tracking constituent data - it is about sustaining relationships with supporters over time.

To this end, CiviCRM has created a robust web-based, open source, highly customizable, CRM to meet organizations’ highest expectations right out-of-the box. Unlike proprietary software, each new release of this open source software reflects the very real needs of its users as enhancements are continually given back to the community.

Provided a robust feature set, 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 specific questions can be asked in its own Q/A platform at CiviCRM Stack Exchange

139 questions
-1
votes
1 answer

setup civiCRM on windows 8

Please could anybody direct me on how to setup civiCRM on my windows OS and also code with it. I am totally new to this type of platform and with no clue on how to go about anything, however, I have a strong knowledge of PHP and php based frameworks…
Franklin Ekoh
  • 83
  • 1
  • 11
-1
votes
1 answer

Mautic CiviCRM Integration

Mautic supports few CRM Integration (i.e., SugerCRM etc), but I am looking for CiviCRM integration. Unfortunately there is no integration as of now. My questions are : Is it possible to integrate CiviCRM and Moutic? If yes, please guide me. Thanks
digiwizkid
  • 791
  • 2
  • 14
  • 28
-2
votes
2 answers

Loop through an array and perform function on each result

I am trying to pull the [title] out of the following array and then perform a function with each title. Array: Array ( [is_error] => 0 [version] => 3 [count] => 2 [values] => Array ( [5] => Array ( [id] => 5…
-3
votes
3 answers

search either by first name or last name

I have two text boxes for first name and last name. Admin can search records either by first name or last name from respective text boxes. I make an api calls sending first name or last name to fetch records. What I want is to provide just one…
1 2 3
9
10