Possible to create custom tooltips on edit form fields?

QuestionsPossible to create custom tooltips on edit form fields?
pcatt asked 1 year ago

Hi.  Is it possible to have a tooltip pop-up when hovering over an input field in a modal edit form?

 

Alternatively, some kind of text above the field would also work.

 

The purpose is to provide instructions to the user filling out the form regarding the field.

 

Thanks.

2 Answers
Abu answered 1 year ago

Hello,

You can use:

$col["editoptions"]["title"] = "some tooltip help";

OR in case of using bootstrap theme:

$col["editoptions"]["placeholder"] = "some tooltip help";
pcatt answered 1 year ago

Thanks Abu!

Your Answer

19 + 0 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?