Hello,
I have created a form using ACF fields. Now I need that the value in for example selected by user on front-end “select field” would appear in that fields label for him as soon as it is selected, so the field label should be live updated before submitted. How can I achieve this? I tried shortcodes and PHP, but couldn’t make it work. I also tried select field value to appear in message field, but no luck. Kindly please help.
You would have to do this using JavaScript
https://www.advancedcustomfields.com/resources/adding-custom-javascript-fields/
I don’t know of any examples for doing this.