I want to add help text to my forms. However, I want it to appear as a small question mark icon to the right of the input box, when clicked on, will show the help_text
.
I have a way of doing it through the html, but when I have more than one field with help_text
, its gets buggy.
Main question, anyway of doing this using Django and not the html? If so, what would the steps be to implement?
Thanks