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

Mike Wacker’s picture

Status: Active » Fixed

Fixed 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.

eric.chenchao’s picture

Great, 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:)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.