Hey everyone ![]()
I’ve run into an issue when working with forms created using the new form editor in HubSpot.
When fetching forms via the Forms API (both v2 and v3), I can retrieve selected values just fine when the form was created using the legacy editor — these values show up under defaultValues or selectedOptions (depending on the field type).
However, for forms built in the new editor, the same fields do not return any selected options or default values, even though options are clearly configured and preselected in the UI.
I’ve double-checked the field configuration in HubSpot, and the selected default values are visible both in the form editor and when viewing the live form via embed or share link. But nothing in the API response reflects those selections.
My questions:
• Is this a known limitation of the new editor + API?
• Is there a different endpoint or method to retrieve selected values for these fields?
• Any workaround for accessing this info server-side?
The only thing I found is using the getFieldValue method via the new global form events, but this would require rendering the entire form first — which isn’t scalable for my use case.
Would really appreciate any insight.
Thanks in advance!