<?php acf_form();$field_key = "field_5039a9973jsd1d";
$value = array("Value1", "Value2", "Value3", "Value4", "Value5");
update_field( $field_key, $value);
?>
Is what i have in my custom post type’s single.php file in this file, it also has “Current location =?[acf field=”location”]” to display the field value
The Location custom field is a select field with Value1, Value2, Value3, Value4, Value5. You can choose one of these options on the backend, and if you do, on the front end page, those options are displayed. On the front end editor, picking a value and hitting update does nothing.