Can Jquery update ACF fields with multiple values from a front-end using Ajax?
I need to update ACF custom field with Ajax from front-end. Basically, this is working when one value is added. But I need to add multiple values like posts ID's. It's working when I'm saving value with ID like this:…