• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Any way to have separate tooltips for radio buttons?

Explorer ,
Apr 14, 2022 Apr 14, 2022

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?

TOPICS
How to , PDF forms

Views

1.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 ACCEPTED SOLUTION
Community Expert ,
Apr 14, 2022 Apr 14, 2022

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.

View solution in original post

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 14, 2022 Apr 14, 2022

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 20, 2024 Dec 20, 2024

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 20, 2024 Dec 20, 2024

Copy link to clipboard

Copied

I should add that I'm dealing with fillable PDFs and not online forms.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 20, 2024 Dec 20, 2024

Copy link to clipboard

Copied

I gave you the answer already: it's not possible.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Dec 20, 2024 Dec 20, 2024

Copy link to clipboard

Copied

LATEST

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.

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines