[frm-pdf source="display-frm-data" id="10" public="1"]try that in your view replace 10 with your view id
Hello again Walter or others who might have ideas about emailing my custom PDF's. I have made some progress but am still not getting my email confirmations to contain an active link to a PDF as planned. I found that the reason I can't use the default "attach PDF" feature is that I'm using MailPoet for sending emails from my site and it doesn't allow attachments. Which is fine as I want to send a custom PDF made via Views in FF. I'm able to add this short code to a confirmation message and it shows up as a link taking me to the correct PDF form. [frm-pdf view=39683 entry="[id]" public=1] However, when I add this to an email it only says: Download PDF, but it is not an active link. The confirmation emails will offer an active link, say for the email address in the form, just not the PDF download. Here is a practice page I have been using for this issue: https://www.se-reflections.com/challenge-on-pdf-street/ Thanks for any advice you can give! Cheers, Anthony
Thanks for your feedback Rob. I'm thinking that solution isn't going to work for me though as my mail plugin (MailPoet) won't send attachments so I'm left needing to set a link to point to the PDF to download. At that, you're another step ahead of me on Hooks as I've not implemented those in WordPress before and am unsure how to go about that just yet.
Update: By using this shortcode that Walter pointed me to (and FF documentation says to use!): [frm-pdf source="display-frm-data" id="10" public="1"] or [frm-pdf view=10 public=1] (with 10 replaced with my view id). I'm able to get a download link included in the Confirmation Message. I'm also able to get an email to send a link that will lead to the PDF as planned - IF, and currently only if, I do not send the email in plain text - which of course I want to do or the email reads as code rather than simple text for clients. If I click the toggle "Send Emails as Plain Text" the text itself, like "download PDF" shows up in the confirmation emails, but it is not a link so doesn't go anywhere. Here is a test page I'm working with for reference: https://www.se-reflections.com/challenge-on-pdf-street/ I am grateful for continued feedback and suggestions if anyone can see what I'm doing wrong or what is missing. Anthony
Please login or Register to submit your answer