Hi all,

I placed the option1 in my form, and copied the option1
5 times. Which is now option1(0) option1(4). However,
when the user clicks on any of the option1(0-4), can I
tell which index was selected/clicked?

I don't want to check option1(0).value - option1(4).value
to see which one was selected, but if that is the only way,
please let me know.

Thanks