Hi Harrison,
Gravity Forms PDF Extended uses Gravity Forms’ in built hook to attach the generated PDF to an email. You can use the same hook to attach other files as well, including those uploaded in your form.
You can review the two hooks below:
http://www.gravityhelp.com/documentation/page/Gform_admin_notification_attachments
http://www.gravityhelp.com/documentation/page/Gform_user_notification_attachments
If you place the hook in your functions.php file and add the user attachments for the form you are after the system will automatically add the PDF from GF PDF Extended and the two attachments you specified.
If you need help with implementation feel free to contact us at enquire[at]blueliquiddesigns[dot]com[dot]au.
Kind Regards,
Jake Jackson
Jake, thanks for your thoroughly explanation.
I’ll take a look at the hooks mentioned.
Thanks again!
No problem.
Also, Gravity Forms just announced their latest release 1.7 which sees the above hooks I mentioned depreciated and replaced by gform_notification – http://www.gravityhelp.com/documentation/page/Gform_notification
There’s currently no documentation on GF PDF Extended but I will be ensuring the plugin is compatible this week and updating the documentation to match.