Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • I'm trying to avoid using multiple Dropdown fields. If I ended up going that route I would have to create 8 different dropdowns. I was hoping it would be possible to add choice directly to the dropdown field with jquery and javascript whenever I have a certain option selected. With using one dropdown it will allow to maintain better organized list. Commented Apr 15, 2015 at 13:32
  • If that's the case I would look at using two lookup fields instead then and use SPServices.SPCascadeDropdowns. This way you can maintain all of that information in two separate lists, and get that filtering you want using lookup fields. Commented Apr 15, 2015 at 13:35
  • I think what I'm going to end up doing is just making a dropdown menu with jquery and javascript and then save the value to a single line of text field on the list. Commented Apr 16, 2015 at 20:08