I couldn't find any help on Google but also because I don't really know how to address this issue in English.
I'm working on a WP theme with Advanced Custom Fields. I need one of the php includes on the page to be a custom field.
How do I do this? I tried this but it doesn't work? I am no expert in this..
<?php $search_form = get_field( 'search_template_include', 'option' ); ?>
<?php include('$search_form'); ?>
get_field( 'search_template_include', 'option' );returns?