Joanne
Repeater shows only the first item on edit form
Hi, newbie here. I am using repeater to allow user to upload images when create article.
The repeater repeatedly displays only the first image that was originally uploaded on edit form
I have checked the data in the mutateFormDataBeforeFill function. The array of images ($data['images']) appears to contain all the uploaded images, but for some reason, only the first image is being displayed repeatedly.
the mutateFormDataBeforeFill function:
Appreciate any insights on how I might resolve this issue.
4 replies