The aweber mod creates a check box to receive newsletter when person registers as new user. The check box is currently defaulted 'NOT checked'. I would like to have it's default setting as 'CHECKED'
How can I toggle this on?
Thanks
Jerry Christie
The aweber mod creates a check box to receive newsletter when person registers as new user. The check box is currently defaulted 'NOT checked'. I would like to have it's default setting as 'CHECKED'
How can I toggle this on?
Thanks
Jerry Christie
Comments
Comment #1
victorburgos commentedHi Jerry.
Edit aweber.module and change value from 0 to 1:
'#title' => t(variable_get('aweber_option_text', 'Sign up for our newsletter.')),
'#default_value' => 1,
-----Español----
Edita aweber.module y cambia el valor de 0 a 1:
'#title' => t(variable_get('aweber_option_text', 'Sign up for our newsletter.')),
'#default_value' => 1,
Comment #2
coltraneThis should be an option for administrators to decide so there should be a setting for the default_value that's configurable from the AWeber admin page.
Comment #3
coltraneHEAD and DRUPAL-5 branch code now has an option in Administer > User management > AWeber > Settings for controlling the default.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.