Hi,
I have customize user registration page. For this I am using Node profile module. I got a select box for Country & second select box for state.
Now i wanna to use Ajax with both of this fields. How can i use this? When user select USA, then USA state should be displayed, if any other country select then state should be disable. How can i achieve this.
Best,
Kamlesh
Comments
Comment #1
kamleshpatidar commentedi forgot to add code
i add in template.php
user-register.tpl.php
Comment #2
yched commentedCCK does not provide this functionality out of the box.
You might want to check http://drupal.org/project/hierarchical_select (works with http://drupal.org/project/content_taxonomy)