I would like to use the signature add-on to create a patient eval form that would allow physicians to circle areas of the body, hand, head to show areas affected as part of a diagnostic form.
Any way to do this?
I would like to use the signature add-on to create a patient eval form that would allow physicians to circle areas of the body, hand, head to show areas affected as part of a diagnostic form.
Any way to do this?
Well, where there's a will, there is a way I guess but I wouldn't think this would be easy. The signature field is created at runtime with a lot of scripting using canvas elements and it's not something that you can easily modify. The few settings/styles allowed are hard-coded inline and the canvas element doesn't respond to CSS manipulation the same way if at all in all the browsers.
You would probably need some other type of script or custom solution to do what you're asking.