PDF generation is not a built-in feature of the plugin at this stage.
However, you may write your own code to hook into the form submission, generate a PDF, and attach the PDF to the form using the af/form/email/attachments filter. The basic process will be as follows:
- Generate a PDF via PHP with field values retrieved using af_get_field().
- Save the PDF to a file on the server.
- Return the file path from the filter to attach it to the email.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article