Sign in

Create form

documented

Create a new form with fields and settings.

POST /gf/v2/formsFormsno 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_domain}}/wp-json/gf/v2/forms" \
  -X POST \
  -u "{{GRAVITYFORMS_API_KEY}}:{{GRAVITYFORMS_SECRET}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"title": "{{$title}}", "fields": {{$fields}}}'
Create form · gravityforms · OpenIntegrations