How to establish a relationship between a custom module and a contact record through deluge

How to establish a relationship between a custom module and a contact record through deluge

Hi all,

I've got a custom module built in zoho CRM that has a relation to the contacts module, so contacts can have 1 or more of this custom modules related to it.

What I'm trying to do now is have a form in zoho creator create one of these custom module records, and link it to a contact.

I've tried using .put("CONTACTID", xyz); and .put("Contacts ID", xyz) and other variations thereof, but nothing I do seems to work.

Any ideas?