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?
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?
Thanks, Madhusudhan twitter : @madhums d.o irc : madhums
If you want day, month, year in three separate fields, why not simply create three fields with appropriate value lists?
On Tue, May 11, 2010 at 8:23 PM, Madz madhums8@gmail.com 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?
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?
Thanks, Madhusudhan twitter : @madhums d.o irc : madhums
-- [ Drupal support list | http://lists.drupal.org/ ]
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.