Submit Data

The Submit API

The submit API programmatically submits data into your Wufoo database. The submit API gives you complete control of where a form is submitted from and what happens after a form is submitted. You could create a custom form on your servers, manipulate data before sending it to Wufoo, create widgets, and more. All that is required is that the information submitted through the API matches up with the fields of your corresponding Wufoo form.

  • Parameters - The values you’ll be sending to Wufoo.

  • Form Fields - How different fields need to be formatted before being submitted into the Wufoo databases.

  • Return Value - The values returned from Wufoo after the form is submitted.

  • Error Messages - The different error messages returned and what they mean.

Examples

  • An Introduction - Let’s get started with an easy one.

  • Submitting All Fields Example - This example contains all of the various Wufoo fields, and how they need to be formatted before being sent to Wufoo’s servers for validation.

  • File Uploads - How to submit a form that contains a file upload field.

Updated : January 31st, 2007