Hello,
I am using acf_form() to display a form for creating a new post, in a modal on a custom admin page.
The form works fine, but when rendering the form, I need to populate one of the fields with a specific default value that is not the one defined for the field (because this new default value depends on some taxonomy of the new post).
It seems there is no way to transmit this value in the $settings array used by acf_form($settings) function. Is there a javascript hook used when rendering the form that I could use ? I searched but did not find.
Thanks in advance!
Etienne