Sign in

List fields in form

documented

Get an array of fields from a form.

GET /wp-json/frm/v2/forms/{form_id}/fieldsFormsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$site_url}}/wp-json/frm/v2/forms/{{$form_id}}/fields" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Basic {{FORMIDABLEFORMS_API_KEY}}" \
  # Note: Formidable Forms REST API endpoints live on the WP REST API path of your site (site_url), not a central formidableforms.com URL.
List fields in form · formidableforms · OpenIntegrations