Home › Forums › Front-end Issues › State>county, parent & child taxonomy help › Reply To: State>county, parent & child taxonomy help
I managed to filter out the counties from that first field. I was elated. (sounds minor, felt major!)
I thought starting simple with the next step might be wise just so my goal is just to get the hidden element to show up when I check a box. No luck. Do you see how this might need to be different? (I tried adding (function(e) per this string:
https://support.advancedcustomfields.com/forums/topic/detect-if-a-field-is-changed/
I also thought this one was interesting but couldn’t quite change it for my needs: https://support.advancedcustomfields.com/forums/topic/list-of-js-hooks/
<script>
$('#states').change(function(){
//Do stuff on field change
$('#counties').show()
});
</script>
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.