Skip to content

Custom contact field object key #14

Description

@nodesocket

I have a custom field for contacts defined as:

screen shot 2017-02-21 at 9 11 48 pm

Howerver, what is the object key in JavaScript when creating a contact? I've tried:

var contact = {};
contact.plan = 'Unsure'; // does not work
contact.plan_interest = 'Unsure'; // does not work
contact.planInterest = 'Unsure'; // does not work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions