이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Caldera Forms CiviCRM

설명

The Caldera Forms CiviCRM plugin contains a set of form processors that interact with CiviCRM’s API to retrieve, create and update data in CiviCRM. With this plugin, you can create responsive forms that expose CiviCRM fields and entities like Activities, Relationships, Tags, Groups and more.

Requirements

This plugin requires a minimum of CiviCRM 4.6 although the latest version is recommended, and Caldera Forms 1.8.1.

Plugin Development

This plugin is in active development. For feature requests and bug reports (or if you’re a plugin author and want to contribute) please visit the plugin’s GitHub repository.

설치

  1. Extract the plugin archive
  2. Upload plugin files to your /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

후기

2020년 3월 26일
This plugin is easy to use and because it enables us to use Caldera Forms with Civi, it is very powerful!!
2019년 6월 28일
I have been using this plugin via GitHub for quite some time and am happy to see it on wordpress.org Having the ability to integrate our CRM data with Forms by Caldera is indispensable. The plugin is well coded and the developer has been responsive to fixing issues and adding features. I cannot say enough good things about this.
모든 2 평가 읽기

기여자 & 개발자

“Caldera Forms CiviCRM”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Caldera Forms CiviCRM”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.5

  • Refactored CiviDiscount integration to also support Membership discounts, and Contribution Page based (contribution) discount using this branch (pending, submit PR upstream) https://github.com/mecachisenros/org.civicrm.module.cividiscount/tree/contribution-page-discounts
  • CiviDiscounts are now tracked
  • Discount field – added feedback messages when applying a discount code
  • Fix – nasty bug/error where exisiting contact_sub_type would be duplicated
  • Fix – prevention of multiple option fields overriding selected options based on index
  • Fix – contact custom file field throwing duplicate file error (because it was attempting to create it twice :/)
  • Added support for Advanced File Upload 2.0
  • Added Registered By ID participant field
  • Added Country and State/Province as conditional options
  • Added ‘cfc_contact_processor_pre_render_form’ filter
  • Added ‘cfc_participant_before_create_params’ filter
  • Minor fixes

1.0.4

  • Added ‘cfc_contact_pre_processor_return’ filter
  • Fix – ‘missing case_id’ when dismiss same case type is enabled
  • Groups processor adds contacts to groups at ‘processor’ stage instead of ‘pre_processor’
  • Added Case Manager field (useful when the Case Manager is not the Case Creator)
  • Added support for related contacts auto-population using the Relationship processor

1.0.3

  • Published to WP plugin directory, text domain has changed from ‘caldera-forms-civicrm’ to ‘cf-civicrm’
  • Added ‘cfc_participant_pre_processor_config’ filter
  • Added ‘cfc_participant_pre_processor_event_config’ filter
  • Added ‘cfc_participant_processor_config_template_before_link’ action
  • Added ‘cfc_participant_pre_processor_return’ filter
  • Participant processor can handle multiple registrations for the same contact through the added hooks
  • Fix – Re-registration based on ‘Allow same participant email’
  • Date pickers auto-population respects the date format, thanks @kirk-circle
  • Added ‘cfc_membership_pre_processor_config’ filter
  • Added ‘cfc_membership_pre_processor_return’ filter
  • Added ‘cfc_membership_processor_config_template_before_link’ action
  • Added Campaign field for Membership processor
  • Fix – Auto-population checkbox ignored, the form would always be autopopulated with the current user data
  • Case processor now supports custom fields, and custom fields autopopulation/presets
  • Contact Reference can be mapped for Organization Name
  • FIX – jQuery could not be defined breaking processor templates
  • Added ‘cfc_case_processor_case_create’ action
  • Added ‘cfc_case_pre_processor_return’ filter
  • Added ‘cfc_case_processor_config_template_before_link’ action

1.0.2

  • Added Participant processor for free and paid events
  • Price sets improvements
  • Tax support
  • CiviDiscount integration for Participant registration and option based discounts (if extension is enabled)
  • Discount field for CiviDiscount integration (if extension is enabled)
  • Added support for Premium and a Premium field
  • Autopopulate options are now available to use a field or processor conditionals
  • Line Item processor now supports multiple choices options (ie checkbox type price field)
  • Support free entry amounts (ie Civi’s Other Amount) for Memberships and Participants
  • Other minor improvements

0.4.4

  • Bug fixes
  • Added option to submit empty/blank values for Address entity
  • Moved scripts and styles to it’s own Assets class
  • Added $helper property as a replacement for CiviCRM_Caldera_Forms_Helper static methods and properties
  • Moved Bulk insert/presets and Autopopulate options to their own classes
  • Fixed usability issue in #61 https://github.com/mecachisenros/cf-civicrm/issues/61
  • Contact Reference custom field (with option to add new Organization)
  • Membership processor (for paid and free Memberships)
  • Order processor to process Contributions for Donations and Memberships (to process live transactions a payment add-on is needed see https://calderaforms.com/caldera-forms-add-ons/#/payment it currently integrates with the Stripe and Authorize.net add-ons)
  • Line Item processor (adds Line Items to Contributions through the Order processor)
  • Added pluggable template after ajax submission (the idea is to serve as a replacement for Civi’s Thank you page)

0.4.3

  • Fix to prevent select2 conflicts if different vesions are present
  • Added Activity Target, Source, and Assignee fields as select2 widgets (entityRef-like field)
  • Show CiviCRM API errors in form
  • Added Contribution processor (code contributed by Agileware) needs documentation
  • Added Case Id magic tag (code contributed by Agileware)

0.4.2

  • Added support for CiviCRM file uploads, Advanced File field (allowing multiple uploads for Activities) and File field (for custom fields and notes)
  • Added CiviCRM Preferred Language as autopopulate option
  • Added Contact Reference (select2 widget) for the Case Created by field in the Case processor
  • Fixed pre-populate form issue

0.4.1

  • Case processor – creates/adds case to contact
  • Send Email processor (requires Email API – https://civicrm.org/extensions/e-mail-api)

0.4

  • Refactored processors fields mapping
  • Added documentation. Big thanks to @danaskallman!!!
  • Fixed magic tags not being parsed
  • Support CiviCRM on multisite (hopefully)
  • Fixed Contact type being overridden

0.3

  • Form Templates
  • Contact processor UI improvements
  • IM processor

0.2

  • Plugin refactored
  • Translation enabled

0.1.1

  • Custom fields are filtered by Contact Type

0.1

  • Initial release