I am collecting monetary data and trying to display a dollar sign before the field, and ".00" after the field. 
Is there a way to do this entirely with javascript, or with the built-in Add Symbol feature for one side, and Javascript for the other side?
Solved
Is there a way to show text before AND after text entry fields in a Matrix Table (Constant Sum type)
Best answer by ahmedA
This will add it
before:
document.querySelectorAll("tr input").forEach(item =>{
item.insertAdjacentText("beforebegin","$ ")})
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

