Based on twhat you've described, I think the call should look like this:
If your Countries list has only two columns, then the column which holds the Country values is the Title column. The function requires the InternalName for the columns in the relationshipList.
Let me know if this works. We'll get it running...
M.
$(document).ready(function() { $().SPServices.SPCascadeDropdowns({ relationshipList: "Countries", relationshipListParentColumn: "Continent", relationshipListChildColumn: "Title", parentColumn: "Continent", childColumn: "Country" }); });
Let me know if this works. We'll get it running...
M.