Hello,
I’m trying to use the Forms API to set my form’s theme to “legacy” but I’m not having any luck.
I’m using a PATCH to the URL below:
http://api.hubapi.com/marketing/v3/forms/{form_id}
I’m receiving a 200 response, but the body does not look to be changing the theme of my form. It remains at “default_style”.
I’ve attempted to change only the “theme” parameter, along with grouping it with other fields as follows:
{ "displayOptions": { "renderRawHtml": true, "theme": "legacy" }}
Does anyone have any advice on how I should be making this PATCH request to update the Form theme?
Thank you,
-Michael