mecachisenros / cf-civicrm

Caldera Forms CiviCRM Integration
GNU Affero General Public License v3.0
30 stars 26 forks source link

added double optin support for group #197

Closed kurund closed 3 years ago

kurund commented 3 years ago

Please make all Pull Requests against the dev branch

Overview

Add a configurable option for enabling double opt-in while adding contact to the group

Before

Currently contact are directly added to the group. Double opt-in is needed in case of mailing sign up etc.

After

If double opt-in is enabled then contact needs to verify the email sent and then the contact is added to the group

Technical Details

PR is self explanatory

Comments

Thank you for the wonderful plugin

kcristiano commented 3 years ago

@kurund Can you rebase against dev branch? All new commits should target the dev branch as that is the most up to date.

kcristiano commented 3 years ago

Can you also leave the code style as is and not convert to Drupal stye?

kurund commented 3 years ago

@kcristiano Thank you, will submit separate PR later in the week.

kurund commented 3 years ago

Closing this in favor of https://github.com/mecachisenros/cf-civicrm/pull/199