Sterc / FormIt

A dynamic form processing Snippet for MODX Revolution
https://docs.modx.com/current/en/extras/formit
33 stars 58 forks source link

attachment trought snippet #119

Closed funkyduke closed 7 years ago

funkyduke commented 7 years ago

I want to create a PDF in a snippet and then mail it as an attachment to the client. I use the PHP class FPDF which allows to generate PDF files with pure PHP. There you can return the document as a string. But I don't know how to handle this with a FormIt hook. Any help?

funkyduke commented 7 years ago

found it.