Madz wrote:
Hi,
In my drupal application, I want to have city, country fields for user profile. Preferably I want it to be auto complete. I tried Location module, but its too huge and would become redundant for my purpose. What is the *best way* to go with?
Why not just use the profile module and add the fields you need?
For date of birth, I want to have 3 different dropdowns for date,month and year. I tried date module, but I couldn't find much, it just gives a singe CCK field for all the three (d,m,y) Is there any way I can do this?
The profile module provides a date field that does just this!
The profile module is core provided so you already have it.