Hi!
I use the action 'HTML to PDF' to generate a pdf document. I want to attach this pdf in an email.
In the action 'HTML to PDF' the 'View --> Save to Server'.
I'm following the tutorial 'How can I create a PDF including form results', but it does not work. Does not create a link in the template of Email action and neither attach a pdf.
Can anyone help me?
Thanks.
I use the action 'HTML to PDF' to generate a pdf document. I want to attach this pdf in an email.
In the action 'HTML to PDF' the 'View --> Save to Server'.
I'm following the tutorial 'How can I create a PDF including form results', but it does not work. Does not create a link in the template of Email action and neither attach a pdf.
Can anyone help me?
Thanks.
Hello noa69,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
Attach PDF, XLS, CSV to email ? for both v4 & v5
How can I attach uploaded files to an email?
How can I attach files from my server to an email in CFv5
How can I attach files from my server to an email?
How can I attach a file I have created to an email?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
Attach PDF, XLS, CSV to email ? for both v4 & v5
How can I attach uploaded files to an email?
How can I attach files from my server to an email in CFv5
How can I attach files from my server to an email?
How can I attach a file I have created to an email?
P.S: I'm just an automated service😉
My configuration is:
In the HTML to PDF action, the field 'File name in Data/Files array' with value: cf_pdf_file
In the Email action, the field 'Attachments fields name' with value: cf_pdf_file
Attach an images.
It does not work.
In the HTML to PDF action, the field 'File name in Data/Files array' with value: cf_pdf_file
In the Email action, the field 'Attachments fields name' with value: cf_pdf_file
Attach an images.
It does not work.
I'm sorry, not resolved.
I have the form configured this way (image).
If the HTML to PDF action is configured to Controller, the generated pdf document is empty, but $form->['cf_pdf_file']['link'] is not empty.
If the HTML to PDF action is configured to View, the generated pdf docuemtn is not empty, but $form->['cf_pdf_file']['link'] is empty, therefore the send email hasn't any attach file and de link not work.
I want is generate a pdf document and send it through an email.
thanks!!
I have the form configured this way (image).
If the HTML to PDF action is configured to Controller, the generated pdf document is empty, but $form->['cf_pdf_file']['link'] is not empty.
If the HTML to PDF action is configured to View, the generated pdf docuemtn is not empty, but $form->['cf_pdf_file']['link'] is empty, therefore the send email hasn't any attach file and de link not work.
I want is generate a pdf document and send it through an email.
thanks!!
Hi davidvicky,
What exactly have you done?
Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.
Note: if you are using the Easy Wizard you can turn on Debug on the Others tab in CFv4 or the Setup tab in CFv5.
Bob
What exactly have you done?
Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.
Note: if you are using the Easy Wizard you can turn on Debug on the Others tab in CFv4 or the Setup tab in CFv5.
Bob
This topic is locked and no more replies can be posted.