Hi everyone,
I'm experiencing an issue with a form where the checkbox values for the Multiple checkboxes property are not being saved. All other form fields are saving correctly. Here’s a brief overview of my setup:
Form HTML: I am using a custom form in WordPress. The checkboxes have the name attribute set to the internal name of the Multiple checkboxes property
Form Submission: HubSpot automatically captures the form data through its tracking code.
Validation: All fields pass validation, and the checkbox values are correctly logged in the console.
Despite this, the checkbox values are not being saved in HubSpot while all other field values are saved. I've verified the field configuration and data format, and everything seems correct.
Has anyone encountered a similar issue or have any suggestions on what might be wrong?
Thanks in advance for your help!