State List
$().SPServices.SPCascadeDropdowns({
relationshipWebURL: "/sites/A3/400/433",
relationshipList: "LKUP: Region",
relationshipListParentColumn: "Country_S",
relationshipListChildColumn: "Title",
parentColumn: "Country>",
childColumn: "Region>",
promptText: "Choose Region...",
debug: true
});
Employee Info$().SPServices.SPCascadeDropdowns({
relationshipWebURL: "/sites/A3/400/433",
relationshipList: "LKUP: Region",
relationshipListParentColumn: "Country_S",
relationshipListChildColumn: "Title",
parentColumn: "Country>",
childColumn: "Region>",
promptText: "Choose Region...",
debug: true
});
$().SPServices.SPCascadeDropdowns({
relationshipWebURL: "/sites/A3/400/433",
relationshipList: "Lkup: State",
relationshipListParentColumn: "Region_S",
relationshipListChildColumn: "Title",
parentColumn: "Region>",
childColumn: "State>",
promptText: "Choose State...",
debug: true
});