We have the need to show additional info on hovering over the description of a form field.
Is it possible to add additional info hovering over the description of a form field?
Thank you,
Rudo
We have the need to show additional info on hovering over the description of a form field.
Is it possible to add additional info hovering over the description of a form field?
Thank you,
Rudo
Hello @Rudo_Olijslager,
You can try out adding a tooltip using this code:
$(fd.field('FieldName').$parent.$el).find('.form-text').attr('title', 'This is the hover-over text')