Dear @chrisaadland
this can be achieved with jQuery. Not that difficult.
You create a text box which is on opacity 0.
Then with jQuery you add or remove a class which gives opacity 1 !important to this element. You can use the toggleClass function from jQuery.
Best!
Marius