Alexander Berguer
Results
2
comments of
Alexander Berguer
I am experiencing this too. This is only when I try to replace a video. If the field is empty and a video is added, it works fine. The commit...
I found the problem, is in this line https://github.com/ipsips/acf-audio-video/blob/b2298f5b49d23519f996f95ad0be565bf5f46697/scripts/acf-audio-video-field.js#L182 An extra '[attName]' it's being added, which is already on the input name, resulting on a name of the form: `acf[field_555555][field_123123][mp4][mp4]`...