To display Tooltips on your Form Blocks you’ll need to add the below code to your Site Header Code Injection Area and then write your Tooltip Content into your Form Item Description areas.
Note:
You do not need to follow Step 2 when using Tooltips on Form Blocks
<script>
window.wmTooltipSettings = {
formTooltips: true,
};
</script>