The DCT and the CF Template reside on different servers within the same domain
"window.opener.top._dcWin.formframe.document.dcreditForm.article.keywordlist.value=document.metadataForm.selectedMetadata.value;"
Not sure about the general issue - which was already responded to, but the above is definitely not a supported method for accessing the DCT.Also - the above appears to be related to the metadata capture DCT as opposed to a FormsPublisher DCT - the former does not [yet] support FormAPI - but as of 6.5 you need to go through some contortions to access the specific fields within the form (each field is associated with a 'property' form variable, through which you need to then access the name associated with the property to make sure you got the right field).The closest I can find to information about this in the forums is this - I believe the other, more detailed and informative posts were in a "beta" forum which is no longer on-line.