URL field in database (Collection)

Hi,
can’t figured it out

This is the code on my page where the repeater is

Can someone help me with this coding. It would much appreciated

$w(“#repeater1”).forItems( [“#text10”], ($w, itemData, index) => {
In this section I would like to add mailto: at the beginning and post it to repeater1 as mailto:blabla@gmail.com as an example
} );