Certify Webform

Component ID

2500507

Component name

Certify Webform

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This module integrates with Certify module and Webform module to provide a Certificate upon submission to a webform node.

This follows closely from this discussion where @covenantd posted a Drupal 6 module with the same purpose. This module works with Drupal 7.

HOW TO USE

  1. Create a Webform node which your users will fill in and submit to receive their certificate.
  2. Create a fillable PDF with fields named 'webform_{field_key}' to fill values from the user's submission on the resulting certificate PDF.
  3. Create a Certificate node and select the Webform to be associated with it. Attach your fillable PDF.
  4. Submit your original Webform.
  5. Go to My Account > Certificates, and Download your certificate.

DISCLAIMER

This module is *very* minimally tested, but appears to work properly with textfield components and PDF fields. Please feel free to submit issues as you find them, but don't expect to see patches for these unless they are trivial or you provide them yourself :)

Also note that since I've found a better workflow for my use-case with FillPDF and my new Webform FillPDF Helper module, I don't expect to have much call for this module in future.