Page 1 of 1

Cascade Dropdown

Posted: 27 Feb 2020
by TWendt
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

Re: Cascade Dropdown

Posted: 28 Feb 2020
by mnikitina
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