/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
Body · 1
formCodestringRequiredForm code to add the field to.
Request
POST /bff/form/add-field
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.