Cascade Dropdown

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
TWendt
Posts: 109
Joined: Mon Sep 08, 2014

27 Feb 2020

Hi all,

i have two lists. In the source list I add a script for a cascade dropdown. The script uses a the second list for lookup. What must I do that the script runs in the Forms Designer.

<script src="https://cloud.mahr.com/sales-metrology/ ... "></script>
<script src="https://cloud.mahr.com/sales-metrology/ ... "></script>
<script type="text/javascript">
$(document).ready(function ()
{
$().SPServices.SPCascadeDropdowns(
{
relationshipList: "Dealer",
relationshipListParentColumn: "Country01",
relationshipListChildColumn: "Title",
parentColumn: "Country",
childColumn: "Dealer",
debug: true
});
});
</script>

Best wishes
Tom

User avatar
mnikitina
Posts: 264
Joined: Wed Jun 05, 2019

28 Feb 2020

Hello TWendt,

The only available option to create cascading dropdowns in Forms Designer is to use Cross-Site Lookup.

Please find the instructions here:
https://spform.com/cross-site-lookup/ca ... office-365

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 16 guests