Hi all,
i want to put ACF input in my front end to achive post search field in Select2.
I can’t use wp_form() (with “‘form’ => false”) to replicate every input, because every replicated input will have the same name/id attr and it will kill Select2.
Any ideas how to use native ACF possibilities, to make standalone input with defined id/name attr in frontend?