Add a tool tip to your field caption - MKB 0102 Follow
This article will teach you how to add a tooltip to a field caption, which will reveal more information when the tooltip is hovered over.
1. Click the edit button of the order form you wish to use and then add a field to the form.
2. In the field value section, copy and paste the following information:
Quantity
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-question-circle-fill"
fill="currentColor" xmlns="http://www.w3.org/2000/svg" > <path fill-rule="evenodd" d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.496 6.033a.237.237 0 0 1-.24-.247C5.35 4.091 6.737 3.5 8.005 3.5c1.396 0 2.672.73 2.672 2.24 0 1.08-.635 1.594-1.244 2.057-.737.559-1.01.768-1.01 1.486v.105a.25.25 0 0 1-.25.25h-.81a.25.25 0 0 1-.25-.246l-.004-.217c-.038-.927.495-1.498 1.168-1.987.59-.444.965-.736.965-1.371 0-.825-.628-1.168-1.314-1.168-.803 0-1.253.478-1.342 1.134-.018.137-.128.25-.266.25h-.825zm2.325 6.443c-.584 0-1.009-.394-1.009-.927 0-.552.425-.94 1.01-.94.609 0 1.028.388 1.028.94 0 .533-.42.927-1.029.927z"></path>
<title>
Minimum quantity is 25. Most popular quantities are 250-500.
</title>
</svg>
For the purpose of this article, "Quantity " is our example caption, and "Minimum quantity is 25. Most popular quantities are 250-500." is our example information found in the tooltip.
3. Your order form should now look like this when you hover over the tooltip.