Hi guys, come a little unstuck.
For a particular project on my new site, I'm creating a grid of images but inside that grid, I'd also like to include some extra text boxes (for which I'm using repeater fields).
I think I can use $var->add($new_array) to add one array to another but as the two types of boxes will have different fields I'm a bit unsure of the output.
I could also just loop through all the images, then all the boxes after within the same grid but then I wouldn't be able to mix the boxes up.
Does anyone have any idea how this could be accomplished?
Thanks guys.