Subscribe Form Submit

pelicani - May 11, 2009 - 19:09
Project:CiviCRM Subscribe
Version:6.x-1.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

function civicrm_subscribe_form_submit() only sends an email
$contact_added = crm_mailer_event_subscribe($form_state['values']['email'], $group_id);
and displays a message
drupal_set_message(_civicrm_subscribe_variable_get_page_submitted($group_name));

The there is an email sent, which asks user to respond to confirm.
If I respond, I also receive an email confirmation welcoming me to the group.

Is there a way to turn this off?
Does the civicrm_subscribe hash table work in this version?

 
 

Drupal is a registered trademark of Dries Buytaert.