Hello.
ACF did a select field for the states of Brazil. So I related each state with its list of cities conforms the image below:
<br><br>


<br><br>
In custom posts it works very well, listing the fields:

<br><br>
But I can not make it show up on my front end, because I am not good at programming.
<br><br>
Can someone help me?
<br><br>
Thank you!
Hi @cadueduardo
If you want to show the form on the front end, you can use the acf_form() function to do it. This page should give you more idea about it: https://www.advancedcustomfields.com/resources/create-a-front-end-form/.
You can also create the selection yourself if you want. This page should give you more idea about it: http://www.w3schools.com/tags/tag_select.asp. To get the label and the value, please take a look at this page: https://www.advancedcustomfields.com/resources/select/.
If you don’t know how to code and don’t have time to learn it, I suggest you hire a developer to help you out with it, and I’d recommend looking for one on https://studio.envato.com/ or https://www.upwork.com/.
Thanks 🙂