Home › Forums › Feature Requests › "Move content editor to here" Field Type › Reply To: "Move content editor to here" Field Type
Hi @charles9
I’m afraid I couldn’t reproduce the issue on my end. Would it be possible for you to create a screen recording of it?
If you want the script to be executed after the fields are loaded, I believe you can change this line:
$(document).ready(function(){
To this one:
acf.add_action('load', function( $el ){
This page should give you more idea about it: https://www.advancedcustomfields.com/resources/adding-custom-javascript-fields/. You can also try to use acf/input/admin_footer
instead of acf/input/admin_head
.
Thanks 🙂
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.