I have a form with several fields. I'm trying to auto populate the fields based on the users selection in the first field. So, kinda of like the cascading look up fields (country, state, city) but with more fields. Any advice on how to tackle this?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
I usually end up doing things like this using a combination of JQuery and the Client Object Model. Depending on how complex it is you may just need JQuery. |
|||
|
|
|
What you need is $().SPServices.SPCascadeDropdowns method from SPServices jQuery plugin for SharePoint. I've used this library a few times and it works pretty well for me: |
|||
|
|