Thanks for this powerful module and I want to make it at the last of the form, so could you add a weight in the
function sunmailer_subscribe_form($account, $is_new = FALSE) {
like
$form['sunmailer'] = array(
'#type' => 'fieldset',
'#title' => t('Email newsletter'),
'#collapsible' => FALSE,
'#collapsed' => FALSE,
'#weight' => 5,
);
Thanks a lot.
Comments
Comment #1
Mike Wacker commentedFixed in the dev branch. I added a new option for the Subscription settings page to change the weight for the subscription form - it defaults to 5.
Comment #2
eric.chenchao commentedGreat, thanks a lot. This is really great module and thanks again for sharing. It kind of reminds me of the time when using dream mail:)