Hi,
Basically, I have created a custom dropdown for my website. I have it as a reusable element and would like to reuse it. Now, my page has to have auto-binding as I am creating a listing for users. I am having trouble relating the dropdown output to a specific field in the database.
I can’t set a custom state on click of a reusable element and I can’t find a way to differentiate where to write within the reusable element. I can do it with one reusable element, but how to do it with multiple same elements on a single page?
Any ideas on how I could achieve this?
Thanks in advance!