This is probably an easy javascript behavior but I can't figure it out. I have
an input field and when the user clicks the 'submit' button I'd like the text
they input to appear in another field or cell, etc. on the same page.
Ultimately what I want to do is use CSS positioning to position that text
precisely.

Thanks for your suggestions.