Sign in

Submit form submission

documented

Submit a form using the complete submission process.

POST /forms/{FORM_ID}/submissionsFormsno 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/gf/v2/forms/{{$FORM_ID}}/submissions" \
  -X POST \
  -H "Authorization: Bearer {{GRAVITYFORMS_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"input_1": "{{$input_1}}", "input_2": "{{$input_2}}", "source_page": 1, "target_page": 0}'}
Submit form submission · gravityforms · OpenIntegrations