Disclaimer: This site is moderated by the Formidable Forms community. Formidable Forms and its parent company Strategy11 are not responsible for the words, opinions, and content posted by others on this site. This site is provided as a courtesy and free resource for the Formidable Forms Community. Any actions deemed as harassment, toxic or abusive, will result on being banned from this site and potentially losing your Formidable Forms license.
Thanks for your cooperation, if you have any questions please
consult our code of conduct
Is something required in terms of user interaction to get the link to the PDF or is that coming dynamically from some sort of cascading effect from other dynamic fields? I ask, because you might be able to make that field hidden, drop in and HTML field and then use the PDF dynamic field id inside the HTML field and do whatever you want with it.
Ahh! Thank you Bobby. The PDF Link is a field value from an UPLOAD Field in one form... that is being called via a Dynamic Field in a second form.
Loading it into the second form via a Dynamic Field and then using a HTML field to pull that value isn't something I had thought of or tried. So thank you! It led me to being able to see the link cleanly... but not put it active around an image or use in a pdf embed shortcode... even with daisy chained html fields... BUT it prompted me to carefully review these instructions... https://formidableforms.com/knowledgebase/get-a-value-from-an-entry/ and I found a way to go to the Form One upload field directly and filter for the specific entry and strip the html....
Using this approach I DID manage to get a link with an image to show cleanly. Had to use the Form One field ID with the View refferring paramater name ("offer" in this case) to get the specific entry and set html=0 to stop Formidable trying to render the PDF as an image... so that I could wrap the PDF's direct link around a default image. Ended up with a shortcode like this: [frm-field-value field_id=115 entry=offer html=0] as the LINK in a linked image.
Haven't been able to get the PDF embed shortcode to work though, sadly... so my work continues.
THANK YOU for the prompt that led me down this path to a solution!
Update: After Formdiable Forms tech support confirmed it wouldn't be possible, I ended up paying someone to create a custom code snippet that would work to embed the PDF.