Home › Forums › General Issues › add to ACF field › Reply To: add to ACF field
If the script is the same every time. You could add it to the code for the page and wrap it in an IF statement. Use a true false field to turn it on an off..
The code would be
<?php if(get_field(‘field_name’):?>
…copy script here
<?php endif;?>
If you want to manually add different scripts then make a TextArea field and input it into that.
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.