Nov 15 2021 01:24 PM
Hi,
I am using an out-of-the-box list form and would like to customize the SharePoint list form using JSON.
The JSON would show a tooltip for the field if there is a description associated with it. If there is no description, it will not show any tooltip. Any advice on how this can be achieved. Please note that I would like to have the tooltip on the list form and not in the list view.
Nov 16 2021 02:10 AM
@rythm Unfortunately, this is not possible using out of the box JSON formatting capabilities as form "body" does not support such customizations yet.
Unlike the header and the footer, body configuration only allows defining one or more sections and adding one or more columns into each of those sections.
So, you cannot show tooltip against every field in form body.
Microsoft documentation: Configure the list form
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.