SCF/ACF custom fields can be output in the template area using the ACF Shortcode, like:
Price for 4 weeks: [acf field="field_price"] €
We support shortcode in the template area and so it is also possible with ACF shortcode. The usage of ACF Shortcode can be read here.
And you have to do two steps:
- Endable Shortcode https://www.advancedcustomfields.com/resources/shortcode/#enabling (We recommend a Code Snippets PlugIn to add that PHP code, like Woody code snippets)
- Allow Access https://www.advancedcustomfields.com/blog/acf-6-3-6/#field-value-access-editor (ACF/SCF > Field Groups > Fields > Presentation > Allow Access to Value in Editor UI)
It works for SCF and ACF in the same way.