I am trying to create a data entry form where users would click a multiple line description to select their choice. A button doesn't work because the label does not provide the multiple line capability I need. How does one turn off a fields text entry capability with the mouse and leaves the ability to click a mouse event to run a javascript?
Another approach might be to overlay a field with a transparent button. I tried that, but the button was not "on top" and the field text entry kept being selected.
Any help would be greatly appreciated.