Hi,
Do you have issues with output some information from ACF Options fields? If so, can you please give some more information or screenshots so we can see which output you get. Usually we recommend to use “textarea” field inside E2Pdf Template with mapped shortcode for test purposes.
However currently it’s possible:
– Use native ACF shortcodes inside E2Pdf Template as [acf field="field_name" post_id="[id]"]
– [id] will always will render to Post ID for which PDF generated (if E2Pdf Template connected to “WordPress”).
– Use meta values which used by ACF via [e2pdf-wp key="mymeta" meta="true"]
, but it can output array in some cases and it will require to use “path” attribute or new [e2pdf-foreach]
shortcode (it’s not yet documented).
-
This reply was modified 3 years, 8 months ago by
E2Pdf.