Hi)
I’m trying to figure out is it possible to fill out fields in ACF option page by clicking a button. For example, I have an array with some data and created option page with fields “fiels_1”, “fiels_2” amd “fiels_3”. There is also a button with unique ID.
So, the question is:
Can i catch event on this button and execute some function in functions.php that will fill out my fields “fiels_1”, “fiels_2” amd “fiels_3”?
John Huebner, thanks a lot!)