You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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