I’m creating a front-end form and I’d like to pass a $_POST variable to pre-select one of my select boxes.
I’m not sure how to proceed with this, every attempt I tried didn’t work. Could somebody help me out ?
Thanks!
Still looking for help? Have you tried creating an acf/load_value filter that looks at the $_POST value and sets the selected value of the field?