DocsAPI ReferenceForm/bff/form/add-field
postFormAdmin BFF

/bff/form/add-field

Adds a new empty text field at the end of the form. The field key is auto-generated. Use update-structure or rename-field-key to customize it.

FormpostBffFormAdd-field

Parameters

1 body

1 total
Body · 1
formCodestringRequired

Form code to add the field to.

Request

POST /bff/form/add-field

post
curl -X POST "https://api.bizkithub.com/bff/form/add-field" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "formCode": "contact-form"
}'

Response

JSON payload

{
  "success": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key