CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Signup not added to groups
Pages: [1]

Author Topic: Signup not added to groups  (Read 888 times)

JulesM

  • I post occasionally
  • **
  • Posts: 51
  • Karma: 0
    • Michigan Rising
  • CiviCRM version: 4.1.3
  • CMS version: Joomla 2.5.6
  • MySQL version: 5.0.95-community
  • PHP version: 5.3.8
Signup not added to groups
January 02, 2012, 12:32:34 pm
Hi,

I created a contact type,  profile, group and proceeded to start testing the form for signups. Come to find out that my signups are not being added to the groups/profiles I created.

Attached are 2 screen captures of the configuration in my profile admin setting. No idea why my front-end form is not adding them to my group.

Any help, suggestions appreciated.

Thank you

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Signup not added to groups
January 02, 2012, 03:52:53 pm
** update ** - Also working nicely (and notices are fixed) on J1.7 / CiviCRM 4.1 beta sandbox: http://sandbox.joomla.civicrm.org/index.php/volunteer-signup

---------------

Hmm - setup looks correct. I just tried this on our J1.6 demo and it seems to be working (other than some notices that I'm investigating):

http://j16.demo.civicrm.org/index.php/volunteer-signup

Maybe try to recreate your profile fields on the demo site and see if that gives clues. Also check apache error logs, and see if there are other modules that might be interacting ???
« Last Edit: January 02, 2012, 04:00:04 pm by Dave Greenberg »
Protect your investment in CiviCRM by  becoming a Member!

JulesM

  • I post occasionally
  • **
  • Posts: 51
  • Karma: 0
    • Michigan Rising
  • CiviCRM version: 4.1.3
  • CMS version: Joomla 2.5.6
  • MySQL version: 5.0.95-community
  • PHP version: 5.3.8
Re: Signup not added to groups
January 03, 2012, 09:58:02 am
Hi Dave,

I came to find out that after filling in the form, the user is listed as a contact but joining the group is dependent on his/her confirmation. So now all I have to do is find out how to eliminate the confirmation part of the exercise and I'm good.

Edit: Now I have to find out why the subscription confirmation is not being sent.
« Last Edit: January 03, 2012, 10:26:49 am by JulesM »

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Signup not added to groups
January 03, 2012, 11:45:16 am
You can disable the user confirmation requirement ("double-optin") by updating a single line in your CiviCRM settings file.

Find the line below in <your joomla directory>/administrator/components/com_civicrm/civicrm.settings.php

Code: [Select]
define( 'CIVICRM_PROFILE_ADD_TO_GROUP_DOUBLE_OPTIN', 1 );
... and change the 1 to a 0 (zero).

Note that if you're running 4.1 beta, that setting has been moved into the Administrator user interface at Administer > CiviMail > CiviMail Component Settings.
Protect your investment in CiviCRM by  becoming a Member!

JulesM

  • I post occasionally
  • **
  • Posts: 51
  • Karma: 0
    • Michigan Rising
  • CiviCRM version: 4.1.3
  • CMS version: Joomla 2.5.6
  • MySQL version: 5.0.95-community
  • PHP version: 5.3.8
Re: Signup not added to groups
January 03, 2012, 12:33:15 pm
Thank you Dave. It's a temporary solution until I find a permanent one.

Ideally, I'd be able to send an auto responder that asks the user to verify their inputs and then click on a confirmation link to be added to the group.

Right now, neither the auto responder, nor the confirmation is being sent and I'm a long way away from solving that particular problem. I can start a new thread for that.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Signup not added to groups

This forum was archived on 2017-11-26.