Copy link to clipboard
Copied
It seems that all radio buttons of a group have to all use the same tooltip! Is there any way to have separate tooltips for each radio button?
Copy link to clipboard
Copied
No. This property is shared at the field level, so all widgets of that field will always have the same tooltip.
If you really want to do it you can create separate check-boxes with unique names (and tooltips) and then use a script on the Mouse Up event of each one (or in the calculation script of a text field) to clear the others when it is ticked.
Copy link to clipboard
Copied
No. This property is shared at the field level, so all widgets of that field will always have the same tooltip.
If you really want to do it you can create separate check-boxes with unique names (and tooltips) and then use a script on the Mouse Up event of each one (or in the calculation script of a text field) to clear the others when it is ticked.
Copy link to clipboard
Copied
Sorry, but none of these address the fact that you can't assign separate tooltips to radio buttons. Yes you can name them differently, but, for accessibility, I want to have a tools tip that says "Check if the applicant IS a vampire." and "Check if the applicant IS NOT a vampire". Still awaiting any guidance available
Copy link to clipboard
Copied
I should add that I'm dealing with fillable PDFs and not online forms.
Copy link to clipboard
Copied
I gave you the answer already: it's not possible.
Copy link to clipboard
Copied
Thanks. I did find a way to have screen readers read the fields differently. If you change the field Radio Button Value under Options, the screen reader will read the common tooltip then the "Yes" or "No" value.