As we have just begun working with WuFoo, we have begun thinking of different ways to use it. For instance, WuFoo aggregates the form input from users into a database. There is a front end where the data can be evaluated. However what if you want to interoperate the data as if it were an online database (which of course it is)?

This database can be queries by something called the WuFoo API, which is still in development. For some time we have had an application that takes in user input and can perform calculations and push out results. However, it is built in Excel, and we would like to migrate it to the web at some point. We have been thinking of whether we could work with the WuFoo API to accomplish this goal.

More on this as we learn more.