Update a form field
Updates a question on a form, identified by its field key. Only provided properties are changed. For choice fields, values replaces the full list of allowed options. A field’s data type cannot be changed — delete the field and add a new one to change its type.
Authorizations
API key for authentication. Get yours at app.heffl.com/settings/developers
Path Parameters
Form ID (frm_ prefix)
Field key (e.g. cf_full_name)
Body
New question label
New help text under the question
Whether an answer is required
New input placeholder
Replacement list of allowed options. For SINGLE_OPTION / MULTIPLE_OPTION fields this must be non-empty; ignored for non-choice fields.
Replacement config for RATING / OPINION_SCALE fields