can someone help me?
i just made a form and all good but only the image gallery on my repeater, after i upload new data the image from previous gallery change into new image that i just upload.
$w.onReady(() => {
$w(‘#dataset4’).onReady(() => {
let item = $w(‘#dataset4’).getCurrentItem();
$w(‘#gallery1’).items = [
{src: item.image1},
{src: item.image2},
{src: item.image3},
{src: item.image4},
{src: item.image5}
];
})
})
and that code i use for coding my gallery on repeater
and this is the result from database
and this is the display on my dynamic page (live) not Preview