Closed (fixed)
Project:
Content Profile
Version:
6.x-1.0-beta4
Component:
User registration module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Dec 2009 at 13:10 UTC
Updated:
10 Jan 2010 at 16:40 UTC
I try to combine postal, geocode, autoassignrole & content_profile to automatically geocode the users location to latitude / longitude data. I started an issue on geocode but i'm not sure if it's a bug of geocode. Geocode adds a #validate to the user registration form using hook_widget(). When looking at $form the #validate is added but it's not executed.
Comments
Comment #1
muschpusch commentedSwitch to the CVS head of geocode and it will work fine. In geocode the function call moved to #after_build which fixed the problem.