Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

Tool tip for read-only or protected fields

Avatar

Level 4

Hi,

I had image fields on my form which are made hidden or visible at run time .  I changed the access of the image fields to protected so that the user cannot upload his own images at any point of time .But,now i want to show the user the tool tip pertaining to the fields . How can this be done ?

Thanks in advance .

1 Reply

Avatar

Level 4

if you're scripting anything, you can use the <Field>.access.toolTip.value = "this is my tooltip";