Ryan:
It looks fine to me. I'm guessing that your lists aren't set up right somehow.
You're calling this in a third list's form page (NewForm or EditForm), right?
It looks fine to me. I'm guessing that your lists aren't set up right somehow.
You're calling this in a third list's form page (NewForm or EditForm), right?
$(document).ready(function() {
$().SPServices.SPCascadeDropdowns({
relationshipList: "Topics",
relationshipListParentColumn: "Department",
relationshipListChildColumn: "Title",
parentColumn: "Department",
childColumn: "Folder",
debug: true
});
});
M.