Hi Mark - Yes it's self explanitory, however the list does exist. It is the first list called departments that uses title for the information. I have 3 lists, is there something i am doing wrong?
$().SPServices.SPCascadeDropdowns({
relationshipWebURL: "/",
relationshipList: "Divisions",
relationshipListParentColumn: "Department",
relationshipListChildColumn: "Title",
relationshipListSortColumn: "ID",
parentColumn: "Departments",
childColumn: "Divisions",
debug: true
});
$().SPServices.SPCascadeDropdowns({
relationshipWebURL: "/",
relationshipList: "Sections",
relationshipListParentColumn: "Division",
relationshipListChildColumn: "Title",
relationshipListSortColumn: "ID",
parentColumn: "Divisions",
childColumn: "Sections",
debug: true
});
});