I know nothing about PHP but after some tinkering with Rumores code it appears (to my tiny mind) that the following code section isn’t working?
if(!empty($form_data['your-subscription'])) {
$user_helper = &WYSIJA::get('user','helper');
$user_helper->addSubscriber($list_data);
}
It seems that the “if” conditional is firing regardless of the checkbox state. If any PHP guru could help out with this it would be awesome! I think we’re close to a fix.