Closed (won't fix)
Project:
Mailchimp
Version:
6.x-2.0-rc4
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2010 at 17:50 UTC
Updated:
29 Jan 2011 at 12:06 UTC
Jump to comment: Most recent
Comments
Comment #1
levelos commentedYou have know way of knowing the weight of the other form fields, so I don't think this makes sense as a setting in the module. In a particular use case, you could change it very simply using hook_form_alter() in your own module.
Comment #2
Anonymous (not verified) commentedHello,
I've tried to put this in a custom module but it doesn't work.
$form['mailchimp_lists_forms']['#weight'] = 99;What would be the correct code to change the weight ?
thank you
EDIT : it works fine... my bad... Profile category weight module was still activated :)