Have addresses enabled with a few required fields: Country, City, Street, Postal Code. Address book enabled in addition to show the address fields for both user edit and registration forms.

(1) Attempt to create a new user and check the requirement for putting values for the required fields. - OK (works as expected)
(2) Go to User Management -> User -> Edit for the new test user, look under the address section, and all of the fields are blank. The required fields have the orange asterick but missing data which I filled in during registration.

Save this problem also with 6.x-2.x-dev and reverted back to 6.x-1.x-dev. Very odd issue.

Comments

sean3z’s picture

I've found the 'Include on Registration' feature to be quite buggy in some instances but have yet to fully dive into the cause. I've worked around this by manually injecting country and state fields into the registration form (via hook_form_alter) then using drupal_add_js to include a modified version of the addresses/addresses.js