Concatenate fields into one text box

Hi!

That’s the kind of code you would need to use (disregard other lines that are extra functionality):

So basically you would populate your text element in repeater with this line:

$item("#text5").text = itemData.firstName + " " + itemData.lastName;