/bff/form/duplicate-field
Creates a copy of an existing field with a new auto-generated key. The duplicate is placed right after the original field. All properties (type, label, options, etc.) are copied.
FormpostBffFormDuplicate-field
Parameters
2 body
Body · 2
formCodestringRequiredForm code.
fieldCodestringRequiredKey of the field to duplicate.
Request
POST /bff/form/duplicate-field
curl -X POST "https://api.bizkithub.com/bff/form/duplicate-field" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"formCode": "contact-form",
"fieldCode": "email"
}'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.