I'm developing a site with multipage forms that the client needs to complete. The forms are standard legal agreements with additional fields concerning height, weight, etc. The idea is that once the forms are filled out, they need to be printed out with ALL of the legal information included, not just the fields by themselves.
I've found companies (wufoo, formstack, &c.) that provide secure online form creation, but I'm having trouble finding one that allows the form fields to be parsed to a formatted document (be it HTML, PDF, or what-have-you). Any suggestions?
this is Tim, the Integrations/API developer here at Wufoo. Unfortunately, we don't have a ready-made solution to your problem. However, if you have some programming chops, you could accomplish your goals using the Wufoo API.
The basic requirements are as follows:
user fills out form at Wufoo.com
web hook integration processes form submission
integration sends Wufoo to your callback URL
callback URL parses wufoo data, placing it in a PDF template which could be sent to user via email