
Announcements
Hi,
I have tooltips enabled on the fields on a basic form. What is the best way to let the user know that tooltips are available? The user doesn't know they are there until they hover over the fields.
I have looked into adding a question mark icon but it seems that CSS, HTML and JS are required. Is there any quicker out-of-the-box way to achieve this?
thanks,
Seán
Only the hover is out of the box, if you want an Icon you'll have to use JavaScript/JQuery to find the tooltips and add Icon with on click to show the tooltip.