Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I have a List B that has a look up column "State" to a column "State" in List A .List A has corresponding column "City" to each state(unique combination) . While adding new item in List B , State is a drop down which is populated from List A . I have a textbox "City" which should be populated based on the drop down "State" value from List A .

How can i implement it using Jquery . I tried to implement this using SPService . Can you please share some code sample .

Regards, Grigory

share|improve this question
Is customizing Form is an option? – Maria Burton Sep 6 '12 at 20:07

2 Answers

SPServices have a cool feature called Cascaded-Dropdowns - have a look here http://spservices.codeplex.com/wikipage?title=%24%28%29.SPServices.SPCascadeDropdowns&referringTitle=Documentation

share|improve this answer
Cascaded drop downs wont work here as i need to populate a text box on drop down change event . Both drop down and text boxe's value exist in a different list . – Grigory Sep 1 '12 at 13:27

here is the link that displays a text in the text box based on the values selected from the drop down box. http://coresharepoint.blogspot.com/2012/07/using-spservices-to-query-list-in.html

Hope this helps!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.