Widgets
Update saved form
Update a saved form's name, audience targeting, copy, visual theme, or content blocks. Every field is optional - send only what should change.
The headline, description, buttonText, and successMessage fields edit the matching content block and fail with 400 when the form has no such block; replace blocks for structural changes. The blocks array fully replaces the form's content blocks and must keep exactly one email field and one submit button. An empty redirectUrl switches the form back to its confirmation message.
patch/forms/{companyIdOrFormId}
Path parameters
companyIdOrFormIdstring required
The saved form ID to update
Request body
Response
Form updated
Example response
{
"success": true
}