Address fields on the user registration form
Babalu - May 18, 2009 - 20:57
| Project: | Addresses |
| Version: | 6.x-1.05 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Address fields on the user registration form is not working on my website :(

#1
It's not working for me either. Brand new install of Drupal 6.12 and installation of Addresses.
#2
I concur, not working for me either. I can add fields coming from ldap_provisioning module to the registration form, but out-of-the-box addresses fields don't show up there if 'addresses_user_register' is set to TRUE.
#3
And indeed, as soon as i type this comment, i wonder if it could conflict with ldapprov module.. in fact it does. If you disable LDAP provisioning, the adresses fields shows correctly in user registration form. Using firebug & drupalforfirebug, i can see that user_register form is replaced by ldapprov_register form when LDAP provisioning is enabled.
So i don't know if it's a bug in addresses module (where the address_information should be added to the form given on the page, being it user_register or ldapprov_register), or in ldap provisioning module (where it shouldn't replace user_register, but complement it ?)
I don't know enough drupal internals to judge...
#4
I'm not using the LDAP provisioning module