I have an image of the human dental arcade. I want to display it and when clicking on a certain tooth, the value would fill in an input text field.
Example:
[13,12,11]
The image I'm going to use is this:
The idea is to click on tooth 11, 12 and 13 your values to be filled in the form field to be inserted in the bank.
I believe this is with javascript, but I'm lost in it. Could you help me?