Entityform FillPDF
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
This module creates a bridge between the EntityForm module and FillPDF, allowing you to create
PDF forms that have been filled out with the values from a EntityForm Submission.
The repository for this module can be found at: https://github.com/cmcintosh/entityform_fillpdf
How To Use:
1. Install EntityForm and FillPDF, FillPDF_entity modules. Apply patches #8 and # 10 from https://www.drupal.org/node/1526452.
2. Create a new EntityForm form type. During the creation of the new entityform type, you will see a new section for FillPDF. Upload your valid PDF form.
3. Edit the settings for the FillPDF form and enter the tokens to match with the field api fields you add into entityform.
When new users submit data, a new form is not automatically created, but will be created when they click the link to download the PDF file. This module integrates will with Rules.
