cancel
Showing results for 
Search instead for 
Did you mean: 

Adding help icon to the form components

jonnyg
Confirmed Champ
Confirmed Champ
We'd like to optionally add a context-sensitive help to form elements.

Short of support from the forms, I suppose we can do this via jQuery, e.g.


$("div.form-group div label::after").hover( function() {
   var field_id = $(this).parent().parent().next().attr("id");
   showTitleFor(field_id);
});
1 REPLY 1

paulhh1
Champ in-the-making
Champ in-the-making
Hi Jon,

As you're an Enterprise customer, you can raise a formal enhancement request through our Support.  Same for raising bugs and other issues.  Can you raise one there, so we can ensure it is tracked properly for you as a customer.  I've made a "developer" level note, but we should make sure we have all your requests in one place if we need to discuss relative priorities.

Many thanks
Paul.