• 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

717

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

correct answers 1 Correct answer

Community Expert , Apr 14, 2022 Apr 14, 2022

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
Community Expert ,
Apr 14, 2022 Apr 14, 2022

Copy link to clipboard

Copied

LATEST

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