Possible to insert form data into a document?

Here’s what I’m looking to do…

We need to create a contract (legal document) in PDF format that is based on info a customer fills out in a web form. Currently we just copy & paste each field into a Word document, then convert that doc to a PDF file, then email it to the customer.

Is there any way to have the customer fill out a form on the website, then somehow dynamically insert that data into a pre-written template type of document?

By the way, this is for a Wordpress site and I’m using the GravityForms plugin for the web form. I’d prefer to continue using GravityForm if possible, but I’m open to other suggestion.

Any thoughts or ideas would be appreciated.

Thanks!

Have you tried SitePoint’s Marketplace

As per the FAQ

Any exchange of goods or services must be posted in the Marketplace

Thanks, elgumbo! I’d still like to try to use the GravityForms plugin (if possible), plus this stuff is a bit over my head… so any idea where I might find someone to hire to help with this?

Thanks again…

I’m not sure about the plugin you are using but PHP is able to create pdf’s on the fly. you could then display them to be printed out or attach them to an email.

Here are some resources to get you started.

Thanks. Sorry for the delayed reply, I had to go out of town.