How do I give unique IDs to textboxes in a repeater?

I’m building a e-commerce website for a brand and ive created some containers displaying the products ive used the repeater to make all of them standard but i want to have hover effect on the product title, for that i need to put diffrent id for each textbox, does anyone know how to do that

Reepaters will always have the same id across elements - since repeaters repeat the same structure across items.

I’d recommend reading over the documentation for repeaters that provides a little more insight into how to work alongside them.

Depending on exactly what you’re doing, you’ll either need - On Item Ready | Velo - or something like this - https://dev.wix.com/docs/velo/velo-only-apis/$w/repeater/create-and-access-repeated-item-data#velo-only-apis_$w_repeater_retrieve-repeater-item-data-when-clicked

If you’re able to share the code you’re using now, that would also be a huge help :slight_smile: