I have a Collection that is populated by a db lookup. I am trying to figure out how to use a Custom HTML field that auto-sizes depending on how much text is added.
I was trying to work out how to use the JavaScript from this post...
https://answers.laserfiche.com/questions/77292/How-can-list-content-of-DB-column-in-Forms#77500
but their requirements are slightly different. That meant that the JavaScript wasn't what I needed.
All I want, is the text that is in a Multiline field to be copied in to an auto-sizing Custom HTML field. This way, when the text is only a few words, it will only take up one line. But if the text is much larger in length, then the field adjusts accordingly.