Closed (won't fix)
Project:
Simplenews on register
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 May 2009 at 20:00 UTC
Updated:
22 Jun 2009 at 12:10 UTC
Anyway to use some of this data for the user_login?
I'm having problems getting simple news to trigger on my Login page, yours is working for my register.
Comments
Comment #1
moonray commentedYou would have to write code for that. It's a little outside the scope of simplnews on register, though.
You would have to add the form elements through hook_form_alter() and process that form under hook_user() with the $op being 'login'.