Thanks for getting back to me.
I’ve been reading your posts for so long it’s like talking to a celebrity. J
I’ve tried with various version of jQuery 1.10.x and 1.9x , same behavior.
Ultimately I need 1 parent and 4 children, which the same code below works on the edit form.
The new form has a tabs function and some conditional hides.
I stripped it down to just the code below, again same behavior.
<script type="text/javascript">
$(document).ready(function() {
$().SPServices.SPCascadeDropdowns({
relationshipList: "{D91E86EC-A392-406F-9247-8FD866E9FBE2}",
relationshipListParentColumn: "Organization",
relationshipListChildColumn: "FullName",
parentColumn: "Organization",
childColumn: "Primary Contact",
debug: true
});
$().SPServices.SPCascadeDropdowns({
relationshipList: "{D91E86EC-A392-406F-9247-8FD866E9FBE2}",
relationshipListParentColumn: "Organization",
relationshipListChildColumn: "FullName",
parentColumn: "Organization",
childColumn: "BidSubmitContact",
selectSingleOption: true,
debug: true
});
$().SPServices.SPCascadeDropdowns({
relationshipList: "{D91E86EC-A392-406F-9247-8FD866E9FBE2}",
relationshipListParentColumn: "Organization",
relationshipListChildColumn: "FullName",
parentColumn: "Organization",
childColumn: "PreBidStartMeetingContact",
selectSingleOption: true,
debug: true
});
$().SPServices.SPCascadeDropdowns({
relationshipList: "{D91E86EC-A392-406F-9247-8FD866E9FBE2}",
relationshipListParentColumn: "Organization",
relationshipListChildColumn: "FullName",
parentColumn: "Organization",
childColumn: "PreBidMeetingContact",
selectSingleOption: true,
debug: true
});
}); //End DocReady
</script>
Best Regards,
Michael C Burley
[email removed]
509-230-9543