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

moonray’s picture

Status: Active » Closed (won't fix)

You 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'.