Note tag renders on front end using ACF Field to create templates

Greetings,

Quickly reporting a bug. I started to play around with adding markup to pages using as ACF fields - according to this update ( Update: editor upgrade, Pods support, and new export format in versions 3.3.0 to 3.3.1 - Loops & Logic (loopsandlogic.com)). And it seems as though the Note tags renders on the page as a regular tag.

Here’s what the tags looks like in the backend:
Acf Template Field -Backend

Here’s the render on the frontend:
Acf Template Field -Frontend

I’m using the following versions of the plugin: Tangible Blocks 4.1.4 , Tangible Blocks - Editor 3.0.0, Tangible Blocks - Pro 3.0.6 and Tangible: Loops & Logic 4.1.4

1 Like

Thanks for reporting the bug! We’re tracking it on GitHub here, and will let you know when it’s fixed.

1 Like

Hi, I figured out what was happening. The Field tag needs an additional attribute to know the field type, in this case acf_template.

<Field acf_template=example_field />

It’s explained briefly here:

Looks like this needs to be documented better. I’ve added the above link to the admin setting description for ACF Template.

1 Like

Got it. All is good now. Many thanks!

1 Like