I have two fields in my form as shown bellow
Total amount: <input type="text" value="1230"></input>
<br>
<textarea>amount in words goes here..</textarea>
Now, I need to display the value amount of my first input field to textarea as one thousand two hundred thirty.
Thanks