Hi,
I'm attempting to write Web-to-Lead. Text fields are working fine, but the boolean fields aren't being set.
JSON Sent
"skillsPublicRelations": "true",
"skillsProgramming": "true",
"skillsTravel": "true",
Attached is the part of the Entity Fields for Leads.
I've tried, True, true, 1, nothing sets the values. The fact that text fields work, leads me to think it's something in how I'm representing boolean values.
Thanks!
Russ
I'm attempting to write Web-to-Lead. Text fields are working fine, but the boolean fields aren't being set.
JSON Sent
"skillsPublicRelations": "true",
"skillsProgramming": "true",
"skillsTravel": "true",
Attached is the part of the Entity Fields for Leads.
I've tried, True, true, 1, nothing sets the values. The fact that text fields work, leads me to think it's something in how I'm representing boolean values.
Thanks!
Russ
Comment