Can a form be filled once completed and then submitted a pdf would be emailed? with the information?
Can a form be filled once completed and then submitted a pdf would be emailed? with the information?
Gravity Forms will not email a PDF. The entry notifications are sent as HTML or plain text emails. You could accomplish sending a PDF of the entry, but it would be a customization. It's not built in.
Hi There, I also look for the PDF function. How can whe customize this?
You would have to write some custom PHP code that on submission would write a PDF file.
http://www.gravityhelp.com/documentation/page/Gform_pre_submission
Then you could use one of the following hooks to attach it:
http://www.gravityhelp.com/documentation/page/Gform_admin_notification_attachments
http://www.gravityhelp.com/documentation/page/Gform_user_notification_attachments