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.
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?
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.