You can turn the “description” of your form items into tooltips on the title. Add formTooltips: true, to your Tooltip settings from step 1.
<script>
window.wmTooltipSettings = {
formTooltips: true,
};
</script>
You can turn the “description” of your form items into tooltips on the title. Add formTooltips: true, to your Tooltip settings from step 1.
<script>
window.wmTooltipSettings = {
formTooltips: true,
};
</script>