Question

I am trying to connect 2 field. example In particular list.
There are 2 column (Car and model).

Values:

Car --> Audi, BMW, Mercedes
Model --> Audi A3, Audi A5, BMW X3, BMW X5, Mercedes c250, Mercedes c300

lets say user select Audi in Car then in model list should only display Audi A3, Audi A5 in list box.

Your advice will be highly appreciated.

Was it helpful?

Solution

It seems you want to add a Cascading Dropdown listjust like Jammin4CO said. You can do it codeless way or use content editor and some codes to achieve this.

A tutorial with sample code which you only need to change a bit: Cascading of Lookup Dropdown Fields on SharePoint 2013 and Office 365

How to create Cascading Drop Down list in SharePoint Online/2016/2013/2010 - Using SP Services (JS )

If you can use infopath, here is an OOB way without need to write codes: Cascading Dropdown in SharePoint List using Infopath Forms

InfoPath 2013 Web Browser- Creating Cascading Dropdown Fields with no Code

OTHER TIPS

It's not exactly what you've asked for, but could you use a Managed Metadata field to achieve the same result? You could create a term set called "Cars", and then the first level of terms would be makes (e.g. Audi, BMW, etc.) and then nested in each would be various models (e.g. A3 under Audi, X3 under BMW, etc.)

What you are talking about is called Cascading Dropdowns. There are several options for this, but none are OOTB. You can look at JS or third party. Just google or search SE, there are several with answers, none accepted.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top