WPIntell

Source evidence

Radio Buttons separate tooltip for each choice

Calculated Fields Form – AI Form Builder for WordPress – Contact, Payment, Quote, Quiz & More · support · 2026-02-24T15:55:00+00:00

questionsentiment
lowseverity
0.42relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 27 rows with source links

25.9% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
hyzwar resolved
Is it possible to add separate tooltip (i) for each choice? I mean Radio like in this example: choice A (i) choice B (i) choice C (i) Hello @hyzwar Unfortunately, in the current plugin version, the instructions for users affect the fields, not the choices separately. However, you can emulate this by passing the instruction for users as part of the choice text itself. Please follow the instructions below: 1. includes the instructions for users as part of the choices texts, like First Choice <span class="cff-help-icon" data-uh="Instructions first choice"></span> Second Choice <span class="cff-help-icon" data-uh="Instructions second choice"></span> Third Choice <span class="cff-help-icon" data-uh="Instructions third choice"></span> 2. Insert an “HTML Content” field in the form, tick the choice to support scripts, and enter the following piece of code as its content: <script> fbuilderjQuery(document).on('formReady', function(){ fbuilderjQuery('[data-uh]').each(function(){ fbuilderjQuery(this).attr('uh', fbuilderjQuery(this).attr('data-uh')); }); }); </script> Please watch the video in action: https://cff.dwbooster.com/resources/customer-support/2026/02/24/video.mp4 Best regards. This reply was modified 3 months ago by CodePeople2 . Godlike! Thx a lot 😉

Comments

2 shown
CodePeople2 2026-02-24T17:04:00+00:00

Hello @hyzwar Unfortunately, in the current plugin version, the instructions for users affect the fields, not the choices separately. However, you can emulate this by passing the instruction for users as part of the choice text itself. Please follow the instructions below: 1. includes the instructions for users as part of the choices texts, like First Choice <span class="cff-help-icon" data-uh="Instructions first choice"></span> Second Choice <span class="cff-help-icon" data-uh="Instructions second choice"></span> Third Choice <span class="cff-help-icon" data-uh="Instructions third choice"></span> 2. Insert an “HTML Content” field in the form, tick the choice to support scripts, and enter the following piece of code as its content: <script> fbuilderjQuery(document).on('formReady', function(){ fbuilderjQuery('[data-uh]').each(function(){ fbuilderjQuery(this).attr('uh', fbuilderjQuery(this).attr('data-uh')); }); }); </script> Please watch the video in action: https://cff.dwbooster.com/resources/customer-support/2026/02/24/video.mp4 Best regards. This reply was modified 3 months ago by CodePeople2 .

hyzwar 2026-02-24T22:06:00+00:00

Godlike! Thx a lot 😉