Home › Forums › General Issues › A Few Questions › Reply To: A Few Questions
<script>
$('#acf-field-YourSelectField').on('change', function() {
document.getElementById('TheIdOfTheDivYouWantToShowTheSelectedValue').value = $(this).val();
});
<script>
Then i set up my ACF select options in my group like so.
[email protected] : Supplier A
[email protected] : Supplier B
[email protected] : Supplier C
[email protected] : Supplier D
The Javascript will return the email address and not the Supplier A.
You can now use the new found value and echo it in a form recipient.
Hope this helps someone.
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.