APIs & Integrations

Not applicable

Add a property to an existing form without overwriting current fields

I want to add an existing property to a form, at the end of the current fields. I read this page http://developers.hubspot.com/docs/methods/forms/v2/update_form and it says the JSON example will overwrite the existing fields in the form. How do you just add a field without overwriting the current fields?

1 Reply 1
Dadams
HubSpot Employee
HubSpot Employee

Add a property to an existing form without overwriting current fields

Hi @Katy_Kidwell

We don’t have a way to append (or remove) a single field, so if you need to add a new field, you’d need to get the current form settings, append your new field to that existing data, then POST the updated/combined field settings.

0 Upvotes