Create fields in form
documentedCreate fields in a form.
POST /wp-json/frm/v2/forms/{form_id}/fieldsFormsno implementation yet0 runsInput
host
Base host for the Formidable API (site URL without path)
e.g. mysite.formidable.co or example.com
form_id*
Form ID
Form ID
type*
Field type
text | textarea | select | radio | checkbox
field_name*
Field label
Field label for the form field
description
Field description
Optional description
required
Is required
true or false
field_order
Field order
Position in the form
field_key
Field key
Unique field key
options
Field options (for select/radio/checkbox)
JSON array of options
Calls formidableforms as you (your API key is your account); keychains.dev holds the credentials.