View Categories

Shortcodes

< 1 min read

The canonical template shortcode creates a PDF download link:

[entryfoundry_template id="123" entry="[id]"]

Render inline HTML:

[entryfoundry_template id="123" entry="[id]" output="html"]

Embed the PDF viewer:

[entryfoundry_template id="123" entry="[id]" output="view"]

Dedicated output shortcodes are also available:

[entryfoundry_download id="123" entry="[id]" label="Download PDF"]
[entryfoundry_view id="123" entry="[id]"]

Replace 123 with the template ID. In a Formidable View, [id] resolves to the current entry ID.